Bug in LogPlot and ListLogPlot in V6.0.3
- To: mathgroup at smc.vnet.net
- Subject: [mg89701] Bug in LogPlot and ListLogPlot in V6.0.3
- From: Antti Penttilä@smc.vnet.net
- Date: Wed, 18 Jun 2008 04:26:12 -0400 (EDT)
- Organization: University of Helsinki
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