You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
matplotlib plots figures inline by default or if we write
%matplotlib inline
Some of the figures produced by GRAPE get put into "subwindows" in the Jupyter notebook, and one needs to scroll up and down to see the entire figure. GRAPE does not seem to be responsive to the inline magic command above either.
For instance, in order for a certain figure to really appear online, I need to make it much smaller
You can provide to the method the figure and axes to be used, so you can arbitrarily set them up beforehand or alternatively edit them afterwards as you are already doing.
I'm not sure how the %matplotlib inline works, but in the visualization, we use matplotlib directly without any fancy thing mixed up.
Maybe we can plan a short call to tackle the issue?
matplotlib plots figures inline by default or if we write
Some of the figures produced by GRAPE get put into "subwindows" in the Jupyter notebook, and one needs to scroll up and down to see the entire figure. GRAPE does not seem to be responsive to the
inline
magic command above either.For instance, in order for a certain figure to really appear online, I need to make it much smaller
even though the notebook could comfortably show (5,5) or even (8,8)
The text was updated successfully, but these errors were encountered: