MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Mathematica 6: How to plot multiple lists with error bars?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg89233] Re: Mathematica 6: How to plot multiple lists with error bars?
  • From: dh <dh at metrohm.ch>
  • Date: Sun, 1 Jun 2008 03:34:00 -0400 (EDT)
  • References: <g1o8hn$hed$1@smc.vnet.net>


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:

> 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

> 





-- 



Daniel Huber

Metrohm Ltd.

Oberdorfstr. 68

CH-9100 Herisau

Tel. +41 71 353 8585, Fax +41 71 353 8907

E-Mail:<mailto:dh at metrohm.com>

Internet:<http://www.metrohm.com>




  • Prev by Date: Solving an array with NDSolve
  • Next by Date: Default location for Exported files?
  • Previous by thread: Solving an array with NDSolve
  • Next by thread: Re: Mathematica 6: How to plot multiple lists with error bars?