mpl-interactions
0.6.1
  • Installation
    • User install
    • Optional JupyterLab setup
    • Development installation
  • Matplotlib Backends
    • Further options
  • Comparison to ipywidgets
    • Performance
    • Portability
    • Convenience
      • Differences in generated widgets
        • Tuple of floats
        • NumPy array or list
        • Single number
  • API
    • pyplot
      • mpl_interactions.interactive_plot
      • mpl_interactions.interactive_plot_factory
      • mpl_interactions.interactive_hist
      • mpl_interactions.interactive_scatter
      • mpl_interactions.interactive_imshow
    • generic
      • mpl_interactions.heatmap_slicer
      • mpl_interactions.zoom_factory
      • mpl_interactions.panhandler
      • mpl_interactions.image_segmenter
    • utilities
      • mpl_interactions.ioff
      • mpl_interactions.figure
      • mpl_interactions.nearest_idx
  • Gallery
  • Contributing
    • Code Improvements
      • Seeing your changes
      • Working with Git
    • Documentation
      • Autobuild the documentation
    • Thank you to our current team!

Tutorials

  • Line plots
    • Simple example
    • Other ways to set parameter values
    • Multiple functions
    • Styling
      • Slider precision
      • Axis limits
      • Reference parameter values in the Title
      • Matplolitb keyword arguments
  • Scatter plots
    • Basic example
    • Multiple functions and broadcasting
    • Functions for both x and y
    • Using functions for other attributes
    • Modifying the colors of individual points
    • Putting it together - Wealth of Nations
  • Using Matplotlib Widgets
    • Differences from ipywidgets sliders
    • Basic example
    • Custom positioning of Matplotlib widgets
  • Image Segmentation
    • Loading existing masks
  • Compare Slices of 2D Arrays
    • Options
    • Potential improvements
  • Tidbits
    • Attaching play buttons to sliders
      • Specifying Which Sliders Get Play buttons
        • Boolean: All get a button
        • List: Choose by name
        • defaultdict: Specify by name and choose default
      • Choosing Play Button Position
mpl-interactions
  • »
  • Search
  • Edit on GitHub


© Copyright 2020, Ian Hunt-Isaak Revision fd41f510.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: 0.6.1
Versions
latest
stable
0.6.1
Downloads
On Read the Docs
Project Home
Builds