Re: log-log plot with error bars, different data markers
- To: mathgroup at smc.vnet.net
- Subject: [mg44992] Re: log-log plot with error bars, different data markers
- From: "Joshua A. Solomon" <J.A.Solomon at city.ac.uk>
- Date: Fri, 12 Dec 2003 04:41:32 -0500 (EST)
- References: <br9hlf$d09$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
DisplayTogether[LogLogListPlot[{{x1,y1},{x2,y2},...}],MultipleListPlot[{{Log [{x1,y1}],ErrorBar[Log[{lowerBound,upperBound}/y1]]},{{Log[{x2,y2}],ErrorBar [Log[{lowerBound,upperBound}/y2]]}},...}]] js -- Joshua A. Solomon http://www.staff.city.ac.uk/~solomon On 11/12/03 10:41 am, in article br9hlf$d09$1 at smc.vnet.net, "Nathan Moore" <nmoore at physics.umn.edu> wrote: > 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. > >