About 28,000,000 results
Open links in new tab
  1. Zoom and Pan Options in plots for matplotlib on jupyter Notebook

    Dec 9, 2018 · Try run magic command %matplotlib notebook prior to the plot. For zooming and panning you need an interactive backend. Often the default settings of IPython/jupyter …

  2. python - Zoom the graphs in Jupyter - Stack Overflow

    Dec 14, 2020 · If you are working in Jupyter Notebook, you can just use the magic command %matplotlib notebook. This enables all the plots to be viewed in the interactive mode, where …

  3. How to Create Zoomable and Resizable Plot with Matplotlib in Jupyter

    This video section illustrates how to create zoomable and resizable plots with Matplotlib in Jupyter NotebookThis tutorial is part of the tutorial series of ...

  4. python - ipython notebook --pylab inline: zooming of a plot

    May 18, 2012 · All you have to do is install mpld3 (pip install mpld3), and then add this to your notebook: %matplotlib inline import mpld3 mpld3.enable_notebook() Now your plots will get a …

  5. Ability to zoom in/out only the code area #3639 - GitHub

    Jan 13, 2018 · It would be great if it would be possible to zoom in/out only the code area (notebook/console/terminal/text editor) just like desktop text editors. Currently when I use …

  6. Interactive plots in Jupyter Notebook - mikulskibartosz.name

    Sep 23, 2019 · How to create a plot that supports zooming. You can draw an interactive plot in Jupyter Notebook (with matplotlib) if you run this code before drawing the plot: The interactive …

  7. How to Create an Interactive Plot with Matplotlib – Kanaries

    Jun 7, 2023 · When you run the code above in a Jupyter notebook, you'll see that your plot is interactive. You can zoom in and out using the toolbar at the bottom of the plot. Making …

  8. Keyboard shortcuts - Notebook - Jupyter Community Forum

    May 12, 2022 · Zoom is a feature which allows you to increase or decrease either the size of a web page or the size of the text. This article explains how it works. You can change the size of …

  9. Create Interactive 2D and 3D Plots with Matplotlib in the Jupyter ...

    Nov 3, 2022 · We can easily get zoom-able and resize-able plots using %matplotlib notebook magic in the notebook. It is fastest and easiest way when you need to work with plots …

  10. Using matplotlib in jupyter notebooks — comparing methods

    Apr 5, 2018 · Option 1: Use %matplotlib notebook to get zoom-able & resize-able notebook. This is the best for quick tests where you need to work interactively. BUG: only one zoomable …

  11. Some results have been removed
Refresh