Re: Bug in LogPlot and ListLogPlot in V6.0.3
- To: mathgroup at smc.vnet.net
- Subject: [mg89693] Re: Bug in LogPlot and ListLogPlot in V6.0.3
- From: Antti Penttilä@smc.vnet.net
- Date: Wed, 18 Jun 2008 04:24:41 -0400 (EDT)
- Organization: University of Helsinki
Sorry, but I can not reproduce the bug. As a tried this myself later on,
the plots were fine. Bit of a mystery, but perhaps not a bug.
Antti
Antti Penttil=E4 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
>
- Follow-Ups:
- Re: Re: Bug in LogPlot and ListLogPlot in V6.0.3
- From: "peter lindsay" <pl.0@mac.com>
- Re: Re: Bug in LogPlot and ListLogPlot in V6.0.3