Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • I am able to plot this figure, the pan-zoom buttons can be pressed but nothing happens. it even tells me "pan with left mouse" but thing happens. How to solve this? Commented Jan 15, 2019 at 20:03
  • Difficult to say, if you are on Windows, try WinPython_3.6 available at sourceforge.net/projects/winpython/files as is used for the example shown above. Commented Jan 16, 2019 at 9:41
  • I was able to solve this by reinstalling things by following the steps in github.com/matplotlib/jupyter-matplotlib. Tip: don't mix conda and pip for this. Commented Jan 16, 2019 at 15:36
  • do you if it is possible to plot without plt.figure() in the beginning. It is possible if we are using inline backend but not with widget or notebook bakend Commented Feb 26, 2020 at 23:15

lang-py