Skip to content

Commit

Permalink
Merge pull request #259 from steinjohannes/matplotlib_fix
Browse files Browse the repository at this point in the history
Fix FigureCanvasMac Render
  • Loading branch information
straussmaximilian authored Aug 5, 2022
2 parents ef1c36c + 370d5aa commit e2668a6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added picasso/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions picasso/gui/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

import lmfit
import matplotlib
matplotlib.use('agg')
import matplotlib.pyplot as plt
import matplotlib.patches as patches
import numpy as np
Expand Down

0 comments on commit e2668a6

Please sign in to comment.