Re: log-log plot with error bars, different data markers
- To: mathgroup at smc.vnet.net
- Subject: [mg44988] Re: log-log plot with error bars, different data markers
- From: "Curt Fischer" <crf3 at po.cwru.edu>
- Date: Fri, 12 Dec 2003 04:41:27 -0500 (EST)
- References: <br9hlf$d09$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
"Nathan Moore" <nmoore at physics.umn.edu> wrote in message news:br9hlf$d09$1 at smc.vnet.net... > 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. One approach would be to take the logarithm of all the data yourself and do a regular MultipleListPlot. You would have to fiddle with the Ticks options to get the tick labels that you want, but it is possible. -- Curt Fischer