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

interactive ploting problems matplotlib #12178

Open
jfmoulin opened this issue Mar 9, 2020 · 1 comment
Open

interactive ploting problems matplotlib #12178

jfmoulin opened this issue Mar 9, 2020 · 1 comment

Comments

@jfmoulin
Copy link

jfmoulin commented Mar 9, 2020

It seems the interactive plotting with matplotlib does no longer perfectly work in ipython.
With Ipython 7.13.0 and matplotlib 3.1.2, I start my session with

ipython --matplotlib=qt

and most (not quite sure, I have the feeling it is not 100%**) of my plotting commands execute as expected and deliver an interactive figure (shell still responsive). Nevertheless I noticed that lately plotting commands executed in a script (invoked with run -i) do not produce a visible figure until I explicitely call plt.show().
I am pretty sure this was not the case earlier ...

** it might be that the plotting commands are executed within methods of objects I instantiated from a script... (I cannot find a working example at the moment.)

Sorry for the vagueness of this issue... Any comment welcome

@kwsp
Copy link

kwsp commented Apr 26, 2023

Please provide more information (minimal reproducible example)

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

2 participants