Matplotlib - SciPy wiki dump (original) (raw)

The cookbook is a place for community contributions of recipes, howtos and examples.

Complete documentation and tutorials for matplotlib can be found at matplotlib's webpage

Contents

  1. Simple Plotting
  2. Pseudo Color Plots
  3. Typesetting
  4. 3D Plotting
  5. Embedding Plots in Apps
  6. Misc

Simple Plotting

Pseudo Color Plots

Typesetting

3D Plotting

NOTE: Experimental work has been going on to integrate 3D plotting functionality into matplotlib. Please see the related mplot3d documentation or take a look at matplotlib gallery for example 3D plots. For a more sophisticated 3D visualization and plotting interface, you can try Mayavi which is actively maintained and features an 'mlab' interface similar to matplotlib's 'pylab'.

Embedding Plots in Apps

Misc