Re: PLEASE HELP!! Need to change symbols in LinearLogListPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg23878] Re: PLEASE HELP!! Need to change symbols in LinearLogListPlot
- From: David Annetts <dannetts at laurel.ocs.mq.edu.au>
- Date: Thu, 15 Jun 2000 00:51:15 -0400 (EDT)
- Organization: CRCAMET/Macquarie University
- References: <393C5787.A5363CB5@r.imap.itd.umich.edu> <8hst8o$dfu@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Harmut & Rodney, > > On the other hand, if anyone knows how to modify MultipleListPlot so > > that it plots lists on Linear-Log scales, that would be greatly > > appreciated!!! This is fairly easy to do. The trick is to pre-scale data before MultipleListPlot sees them. One then adjusts scales using your favorite Tick function. For example, MultipleListPlot[data] generates a plot of data against linear scales. So, we can use MultipleListPlot[Log[10, data], FrameTicks->{LogScale, LogScale, None, None}]; to plot our data against logarithmic scales. Plotting against Log-Linear or Linear-Log is just as trivial. Bi-logarithmic and ArcSinh scales likewise. Regards, Dave. -- ================================================================== David Annetts _____________ http://www.ocs.mq.edu.au/~dannetts/ |C R C A M E T| |-------------| |_____ | CRC for Australian Mineral |````` \ | Exploration Technologies |`````/$\ | Earth & Planetary Sciences |````/$$$\____| Macquarie University, NSW 2109 |```/$$$/.....| AUSTRALIA |``/$$$/......| phone: +(1-61-2) 9850 9280, fax (1-61-2) 9850 8366 ------------- ==================================================================