|
From: Alan G I. <ala...@gm...> - 2010-03-24 20:22:10
|
On 3/24/2010 12:58 PM, dav...@gm... 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 |