Skip to content

Commit

Permalink
fix(plotting): Specify matplotlib backend explictly (#398)
Browse files Browse the repository at this point in the history
This is done to prevent all those random plotting fails
for windows workers in GitHubWorkflows
  • Loading branch information
dkrako authored May 11, 2023
1 parent a93e212 commit ccc8ee8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pymovements/plotting/traceplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
from pymovements.gaze.gaze_dataframe import GazeDataFrame


matplotlib.use('Agg')

DEFAULT_SEGMENTDATA = {
'red': [
[0.0, 0.0, 0.0],
Expand Down

0 comments on commit ccc8ee8

Please sign in to comment.