Re: newbie want to join the group
- To: mathgroup at smc.vnet.net
- Subject: [mg64332] Re: [mg64321] newbie want to join the group
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Sun, 12 Feb 2006 04:00:16 -0500 (EST)
- Reply-to: hanlonr at cox.net
- Sender: owner-wri-mathgroup at wolfram.com
Look up LogListPlot in the Mathematica Help Browser. You must first load the standard add-on package that defines LogListPlot. Needs["Graphics`Graphics`"]; data=Table[{x,x^2},{x,1,20}]; LogListPlot[data]; Bob Hanlon > > From: "Capet Arthur" <Arthur.Capet at student.ulg.ac.be> To: mathgroup at smc.vnet.net > Subject: [mg64332] [mg64321] newbie want to join the group > > hello, i'm a belgian physicist student. > i'm a newbie in the use of Mathematica, and working on CA complexity i'll > surely have a lot of questions this whole year. > > just now, here's the particuliar one : i got a list of data, and i plot it > and it works all good. Now i try to plot it on a logarithmic scale using > the LogListPlot function, and... just nothing appears! No graphs, no error > message, just nothing.. what am i supoposed to do?? > > Thank you > > > Arthur Capet, University of Liège, Belgium > >