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

clippath_demo.py in matplotlib example does not work with inline backend #2150

Closed
tkf opened this issue Jul 17, 2012 · 3 comments
Closed

clippath_demo.py in matplotlib example does not work with inline backend #2150

tkf opened this issue Jul 17, 2012 · 3 comments
Milestone

Comments

@tkf
Copy link
Contributor

tkf commented Jul 17, 2012

%load http://matplotlib.sourceforge.net/mpl_examples/api/clippath_demo.py

Then execute the loaded cell.

@fperez
Copy link
Member

fperez commented Jul 20, 2012

Actually that looks like a matplotlib bug to me: if I run it with the Qt backend and save the figure, the png on disk is very different from the one in the window. @dopplershift, do you agree?

@minrk
Copy link
Member

minrk commented Jan 20, 2013

I'm pretty sure the difference is just a matter of default figure size. Is that not correct?

@tkf
Copy link
Contributor Author

tkf commented Jan 21, 2013

Yes. It works if I change the location of the circle (e.g., (120, 120) instead of (300, 300)).

@tkf tkf closed this as completed Jan 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants