matplotlib.pyplot documentation

Mark Lawrence breamoreboy at yahoo.co.uk
Thu Feb 19 13:02:10 EST 2015


On 19/02/2015 17:50, ast wrote:
> hello
>
> I got this module documentation with help(matplotlib.pyplot)
>
> for each function there is a demo file, for example:
>
>     barbs(*args, **kw)
>         Plot a 2-D field of barbs.
> ....
>      **Example:**
>      .. plot:: mpl_examples/pylab_examples/barb_demo.py
>
> but I dont find the barb_demo.py on my computer, I made a full search on
> C:/Python34/ and it's failed
>
> Do you know where these demo files are located ?
> (windows vista, python 3.4)
>
> thx
>

This http://matplotlib.org/examples/pylab_examples/barb_demo.html was 
the first hit using a search engine.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list