MathGroup Archive 2007

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

Search the Archive

frameticks and LogScale

  • To: mathgroup at smc.vnet.net
  • Subject: [mg80018] frameticks and LogScale
  • From: Arkadiusz.Majka at gmail.com
  • Date: Fri, 10 Aug 2007 06:43:38 -0400 (EDT)

Hi,

How can I force Mathematica6 to use logscale on x-axis.

This does not work:

ListPlot[data, Frame -> True, Joined -> True, Mesh -> Full,
 PlotRange -> All, Axes -> None,
 FrameTicks -> {LogScale, Automatic, None, None}]


Everything used to work in Mathematica5.2 - what happened with
LogScale in v6 ?

Arek



  • Prev by Date: RE: Inverse Tangent function
  • Next by Date: Re: How to get the real and imaginary parts of a power series?
  • Previous by thread: Why no option SaveDefinitions in DynamicModule?
  • Next by thread: RE: frameticks and LogScale