You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the GTK backend, when I try to save the figure to a file using the GUI I get an error:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/matplotlib/backends/backend_gtk.py", line 715, in save_figure
if startpath != "":
NameError: global name 'startpath' is not defined
It looks like this bug was introduced in #9124 - perhaps you forgot to rename startpath to fname in line backend_gtk.py line 715?
Matplotlib version
Operating system: arch linux
Matplotlib version: 2.1.0
Matplotlib backend: GTKAgg
Python version: 2.7
The text was updated successfully, but these errors were encountered:
ahaldane
added a commit
to ahaldane/matplotlib
that referenced
this issue
Oct 15, 2017
Bug report
Bug summary
When using the GTK backend, when I try to save the figure to a file using the GUI I get an error:
It looks like this bug was introduced in #9124 - perhaps you forgot to rename
startpath
tofname
in linebackend_gtk.py
line 715?Matplotlib version
The text was updated successfully, but these errors were encountered: