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® 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

Reply via email to