Mac: Save button not working on 1.5.0 or 2.x with backend.qt4 in ipython 4 · Issue #5689 · matplotlib/matplotlib · GitHub
Skip to content

Mac: Save button not working on 1.5.0 or 2.x with backend.qt4 in ipython 4 #5689

Description

@JCorson

When trying to save a figure in matplotlib 1.5.0 with backend:Qt4Agg and backend.qt4:PySide the save button is not functional. The save dialog opens and then immediately closes.

# Use %matplotlib to prevent segfault reported in issue #5687
%matplotlib 
import matplotlib.pyplot as plt
plt.plot(range(10))

Click the save button.
plt.savefig() still works.
I have been able to reproduce this behavior on Mac (OSX 10.11) in both Enthought and Anaconda's matplotlib 1.5.0.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions