Hello!!
How can I make the graphs interactive? I can see them but I can’t move the axes
Also, i would like that the graphs would be print in a emerging window.
thanks!
Do you work in a Jupyter notebook? Or do you use the regular interactive Python interpreter (e.g. IPython)?
i work with spyder
Can you check the value of Tools – Preferences – IPython console – Graphics – Graphics backend? If it’s “Inline”, change it to “Automatic” or “Qt5”. This should make your plots open in a separate interactive window.
2 Likes
it works! thank you !!!