Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in plot-gui while saving image #3511

Closed
suuuehgi opened this issue Sep 13, 2014 · 4 comments
Closed

Error in plot-gui while saving image #3511

suuuehgi opened this issue Sep 13, 2014 · 4 comments
Labels
Milestone

Comments

@suuuehgi
Copy link

Good morning,

I just updated matplotlib and noticed an error (probably typo) in the plot-gui.
Using the Save the figure-Button, it returns

Format "png)')" is not supported.

for every supported format (replace png respectively).

Minimal working example:

import matplotlib.pyplot as plt
import numpy as np                                                                                                                  

a = np.arange(6).reshape((3, 2))

plt.plot(a[:,0], a[:,1], '*')

plt.show()

Specs: 3.16.1-1-ARCH with matplotlib version 1.4.0 via AUR

Thanks in advance!

@tacaswell tacaswell added status: needs confirmation status: needs clarification Issues that need more information to resolve. labels Sep 13, 2014
@tacaswell tacaswell added this to the v1.4.x milestone Sep 13, 2014
@tacaswell
Copy link
Member

What backend are you using?

@suuuehgi
Copy link
Author

qt5agg

@tacaswell
Copy link
Member

This is a duplicate of #3454 which is fixed on both 1.4.x and master.

You can either build from master, patch you AUR source (via https://github.com/matplotlib/matplotlib/pull/3469.diff), or wait for 1.4.1 (targeting end of the month).

Thanks for the bug report.

@suuuehgi
Copy link
Author

Thank you for the effort!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants