|
[Date Index]
[Thread Index]
[Author Index]
Re: Questions on MultipleListPlot
Hey, there!
I've been doing a lot of the same stuff. Try the follwing:
data = {list}
Map[ListPlot[data[[#]]&,Table[i,1, Length[data] ]
will give you a multiple plot of your data. I'm still working on the
second part of the question....
Paul Hanson
--
* *
* *
/\ */\*
/ \ / \ /\
Prev by Date:
Re: Re: How to learn formatting options
Next by Date:
Re: Plotting vector-valued functions
Prev by thread:
Re: Questions on MultipleListPlot
Next by thread:
Re: Questions on MultipleListPlot
|