Re: LogListPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg51860] Re: [mg51821] LogListPlot
- From: "David Annetts" <davidannetts at ihug.com.au>
- Date: Thu, 4 Nov 2004 01:49:00 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi Naima > > I used MultipleListPlot to plot many list , > but how i can change the shape of my points with LogListPlot? > Thanks. > You can use MultipleListPlot as follows ... MultipleListPlot[Log@yourlist, FrameTicks -> {Automatic, LogScale, None, None}]; Regards, Dave.