Thanks.
Kezhao
Hi Kezhao,
ErrrorListPlot can deal with multiple datasets.E.g.:
d1=Table[{i,RandomReal[]},{i,0,20}];
d2=Table[{.5i,RandomReal[]},{i,0,20}];
ErrorListPlot[{d1,d2}]
hope this helps, Daniel
Kezhao Zhang wrote:
>
> Thanks.
>
> Kezhao
>
--
Daniel Huber
Metrohm Ltd.
Oberdorfstr. 68
CH-9100 Herisau
Tel. +41 71 353 8585, Fax +41 71 353 8907
E-Mail:<mailto:d...@metrohm.com>
Internet:<http://www.metrohm.com>
Needs["ErrorBarPlots`"]
ErrorListPlot[{Table[{i + 1, RandomReal[0.5]}, {i, 10}],
Table[{i, RandomReal[0.5]}, {i, 10}]}]
Show[ErrorListPlot /@ {Table[{i + 1, RandomReal[0.5]}, {i, 10}],
Table[{i, RandomReal[0.5]}, {i, 10}]}]
Hope that helps!
C
On Friday 30 May 2008 00:57:01 Kezhao Zhang wrote:
> I want to plot multiple series of data points in Mathematica 6. Each
> data point has an error bar. ErrorListPlot plots only a single list.
> Is there a way to plot multiple lists with error bars?
>
> Thanks.
>
> Kezhao
--
==========================================================
Curtis Osterhoudt
cfo@remove_this.lanl.and_this.gov
PGP Key ID: 0x4DCA2A10
Please avoid sending me Word or PowerPoint attachments
See http://www.gnu.org/philosophy/no-word-attachments.html
==========================================================