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

matplotlib save dynamic user changes to plot #3570

Closed
den-run-ai opened this issue Sep 26, 2014 · 3 comments
Closed

matplotlib save dynamic user changes to plot #3570

den-run-ai opened this issue Sep 26, 2014 · 3 comments

Comments

@den-run-ai
Copy link

Is it possible to save / retrieve user changes to plot before the matplotlib window is closed?

@den-run-ai
Copy link
Author

I mean to get these changes in the code, not in the form of saved figure

@pelson
Copy link
Member

pelson commented Sep 26, 2014

Is it possible to save / retrieve user changes to plot before the matplotlib window is closed?

If you mean just the view limits, then of course you can introspect each axes on the figure (fig.axes) and get its associated viewLim. But there is nothing automatic, no.

If you mean other attributes which may have changed (via the subplot tool for example) - the parameters are all available programatically, but again, there is nothing automatic.

Does that help?

@tacaswell tacaswell added this to the unassigned milestone Sep 27, 2014
@tacaswell
Copy link
Member

I am going to close this as doing this is on our radar already and will hopefully be addressed by the planned manager/controller work.

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

No branches or pull requests

3 participants