HOME/Articles/

matplotlib example pylab (snippet)

Article Outline

Python matplotlib example 'pylab'

python pylab

Python matplotlib example: pylab

# Set up the Python environment: we'll use the pylab import for numpy and plot inline.
from pylab import *
%matplotlib inline