Re: Bug in LogPlot and ListLogPlot in V6.0.3
- To: mathgroup at smc.vnet.net
- Subject: [mg89711] Re: [mg89701] Bug in LogPlot and ListLogPlot in V6.0.3
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Wed, 18 Jun 2008 06:41:37 -0400 (EDT)
- Reply-to: hanlonr at cox.net
The four examples that you provided work as expected on 6.0.3 for Mac OS X x86 (64-bit).
Bob Hanlon
---- =?ISO-8859-1?Q?Antti_Penttil=E4?= at smc.vnet.net wrote:
> Hi,
>
> I have found a bug in the logarithm scale plots, at least in my platform
> (WinXP 64-bit, Mathematica 6.0.3). Consider the following four commands:
>
> LogPlot[ Exp[x], {x, 1, 8}, Axes -> True, Frame -> False]
> LogPlot[ Exp[x], {x, 1, 9}, Axes -> True, Frame -> False]
> LogPlot[ Exp[x], {x, 1, 8}, Axes -> False, Frame -> True]
> LogPlot[ Exp[x], {x, 1, 9}, Axes -> False, Frame -> True]
>
> As the tick marks in the y-scale would turn in to 10^n-format with the
> previous versions, the latest version either issues an error (with Axes)
> or does not produce any ticks (with Frame). Please check if this is a
> bug in the other platforms/computers also.
>
> Antti
>