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
As far as I can tell it is only possible to add custom figure files or the current active pyplot figure.
I would like to add a plot of a given matplotlib.figure.Figure object.
Currently we have the workaround by calling plt.figure(fig.number) to make fig the active figure before adding the plot.
Would it be possible to add an optional figure argument to "add_plot" (None=>active figure)?
The text was updated successfully, but these errors were encountered:
As far as I can tell it is only possible to add custom figure files or the current active pyplot figure.
I would like to add a plot of a given matplotlib.figure.Figure object.
Currently we have the workaround by calling
plt.figure(fig.number)
to make fig the active figure before adding the plot.Would it be possible to add an optional figure argument to "add_plot" (None=>active figure)?
The text was updated successfully, but these errors were encountered: