Interactive Plotting

Until now, we have studied how to plot on 3D axes and how to make various different kinds of plots within those 3D axes. We also studied how to use basemap to generate map projections. Interactive plotting defines a discussion on interactivity wherein Matplotlib plots aren't just static images but dynamic updated figures that can change the way they are displayed based on the changes in real time to actual data in order to build apps using Matplotlib. In this chapter, we will learn about the following topics:

  • How to use the ipywidgets module with the Jupyter Notebook to make easy, interactive widgets
  • How to add callbacks to plots for interactivity
  • How to generate GUI neutral widgets for use in different kinds of Matplotlib applications
  • How to make movies and animations
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset