Skip to content
Prev 248891 / 398506 Next

Question on ploting multiple series on the same plot

What you are proposing is a reasonable way of reading all the files
into a list object were each element is a separate file.  You can then
iterate through the list to determine the range for the plot.  If the
data is of different lenghts, then what are you plotting against?  Is
it just a single variable that you are plotting as a sequence, or is
there a set of X/Y values?  You can use xlim/ylim to setup the initial
plot.
On Sun, Jan 30, 2011 at 8:21 PM, Shashank Khanvilkar <kaavla at gmail.com> wrote: