[Matplotlib-users] Put many graphs on the same plot.

2010-03-24 Thread david . kremer . dk
Hello.

I would like to know, please, how you can add graphics on a same plot.

eg :

superpose sine and cosine graphs on the same plot.

Thank you very much.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] Put many graphs on the same plot.

2010-03-24 Thread Alan G Isaac
On 3/24/2010 12:58 PM, david.kremer...@gmail.com wrote:
 I would like to know, please, how you can add graphics on a same plot.

 eg :

 superpose sine and cosine graphs on the same plot.



Just use `plot` again.
Or do many lines in one go:
http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.plot

Here are some possibilities:
http://matplotlib.sourceforge.net/gallery.html

hth,
Alan Isaac


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] Put many graphs on the same plot.

2010-03-24 Thread Jim Vickroy

david.kremer...@gmail.com wrote:

Hello.

I would like to know, please, how you can add graphics on a same plot.

eg :

superpose sine and cosine graphs on the same plot.

Thank you very much.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
  
Have you looked at: screenshots 
http://matplotlib.sourceforge.net/users/screenshots.html and/or 
examples http://matplotlib.sourceforge.net/examples/index.html ?

-- jv
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users