MathGroup Archive 1999

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Re: LogLog scales with contourplots

  • To: mathgroup at smc.vnet.net
  • Subject: [mg17453] Re: [mg17365] Re: LogLog scales with contourplots
  • From: Laurence Lours <lours at bruyeres.cea.fr>
  • Date: Sun, 9 May 1999 04:43:55 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

> From mathgroup-adm at smc.vnet.net Mon May  3 16:37 MET 1999
> Date: Mon, 3 May 1999 01:46:01 -0400
> From: David Annetts <dannetts at laurel.ocs.mq.edu.au>
To: mathgroup at smc.vnet.net
> To: mathgroup at smc.vnet.net
> Subject: [mg17453] [mg17365] Re: LogLog scales with contourplots
> 
> Hi Laurence,
> 
> > I have a list of data {x,y,z},{x,y,z}, and I want to do ContourPlots of that.
> > It works well with ExtendGraphics`Contour`. How can I display contourplots with
> > LogLog scales (in x and y)?
> > Thank you for help
> 
> One method is to prescale the data, so they are linear in logarithmic space. 
> Then, you can plot them 
> on linear scales using the ContourPlot option Ticks->{LogScale, LogScale}.
> 
> You can abstract this to contour log-linear data if you want.
> 
> Regards,
> 
> Dave.


I tried David Annetts' method, but unfortunately, the option Ticks->{LogScale,
 LogScale} does not work with ContourPlot. Am I doing something wrong or is 
there an other solution?

Laurence lours
lours at bruyeres.cea.fr


  • Prev by Date: Why Round[5/2]=2?
  • Next by Date: Cellular Automata question
  • Previous by thread: Re: LogLog scales with contourplots
  • Next by thread: Re: Re: LogLog scales with contourplots