MathGroup Archive 2003

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

Search the Archive

RE: log-log plot with error bars, different data markers

  • To: mathgroup at smc.vnet.net
  • Subject: [mg45000] RE: [mg44966] log-log plot with error bars, different data markers
  • From: David.Annetts at csiro.au
  • Date: Fri, 12 Dec 2003 04:42:03 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Nathan,

> That standard way that Mathematica allows one to plot with different 
> data markers (open circles, triangles etc) is with the command 
> "MulltipleListPlot".    This is also the command that allows one to 
> plot with error bars.  Is there a way to have the scale of 
> such a plot 
> to be log-log rather than linear style?  I don't see this as 
> an option. 

Yep.

MultipleListPlot[Log10[yourdata], Ticks->{LogScale, LogScale}]

Regards,

Dave.
==========================================
  Dr. David Annetts
  EM Modelling Analyst
  CSIRO DEM            Tel: +612 9490 5416
  North Ryde           Fax: +612 9490 5467
  Australia         David.Annetts at csiro.au
===========================================


  • Prev by Date: Re: log-log plot with error bars, different data markers
  • Next by Date: summing 1/(n!) from 21 to Infinity
  • Previous by thread: Re: log-log plot with error bars, different data markers
  • Next by thread: Re: log-log plot with error bars, different data markers