Re: [Tutor] New plot over the old graph

2011-12-01 Thread stm atoc
I appreciated for the accurate response. I used step by step and it is running now. Thank you very much for your advice and guidance, Sue On Thu, Dec 1, 2011 at 10:01 PM, Andreas Perstinger wrote: > On 2011-12-01 19:20, stm atoc wrote: >> >> Thanks for all information/websites and advice. Yes

Re: [Tutor] New plot over the old graph

2011-12-01 Thread Andreas Perstinger
On 2011-12-01 19:20, stm atoc wrote: Thanks for all information/websites and advice. Yes the graph is exactly like the one you mentioned. Also, I would like to have them in one not two, but I think since the dimension of the x and y are not same, I have no choice. What I like to do now is comp

Re: [Tutor] New plot over the old graph

2011-12-01 Thread stm atoc
Thanks for all information/websites and advice. Yes the graph is exactly like the one you mentioned. Also, I would like to have them in one not two, but I think since the dimension of the x and y are not same, I have no choice. What I like to do now is comparing 2 (later 3 or more) different sets

Re: [Tutor] New plot over the old graph

2011-12-01 Thread Andreas Perstinger
On 2011-12-01 14:30, stm atoc wrote: With your help, I have a good script from the previous discussion: ** from pylab import * Have you used MATLAB before and are used to its syntax? In general "star imports" (from xxx import *) are a bad practice and IMHO should be avoided. import

[Tutor] New plot over the old graph

2011-12-01 Thread stm atoc
Hi there, I would like to make a new plot with new data over the old one (with old/first data) in the same condition (shape, dimensions) for comparison and analysis data. With your help, I have a good script from the previous discussion: ** from pylab import * import numpy import ma