[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

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:

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;