Put many graphs on the same plot.

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.

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

···

On 3/24/2010 12:58 PM, david.kremer.dk@...287... 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.

wrote:

···

david.kremer.dk@…287…


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® 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.
_______________________________________________
Matplotlib-users mailing list

http://p.sf.net/sfu/intel-sw-devMatplotlib-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/matplotlib-usersHave you looked at: screenshots
and/or examples
?

– jv