-
Notifications
You must be signed in to change notification settings - Fork 207
Issue with interative plot and notebook style #284
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
Comments
This looks like a dup of #161, if so can you close and comment over there? |
Correct me if I'm wrong, but I think what they'd like to do is have the figure display each time that it is updated. I don't think that sphinx-gallery supports this, right? |
I think it's the same as in #161, namely not closing a figure so it can update + display in subsequent cells |
either way, the end-result was that this isn't supported, and that people should re-create the figure each time they want it displayed, right? |
Yep. Although the more people request such a feature, the more I would be tempted to add it with the caveat that it works differently in IPython -- but that's really up to the maintainers to weigh |
Thanks @Eric89GXL @choldgraf |
I am having an issue when trying to plot and update it using the notebook style.
I added a small examples in the details section.
I wanted to create a
subplots
figure and then create multiple cells (text/code) in which I would update the initial figure. However, it seems that the figure never get updated once it pass the first cell.Is there any work-around to allow such behaviour?
Minimum examples
The text was updated successfully, but these errors were encountered: