Re: Frames and Axes
- To: mathgroup at smc.vnet.net
- Subject: [mg79627] Re: Frames and Axes
- From: Xerxes <saul.cohen at gmail.com>
- Date: Tue, 31 Jul 2007 06:16:24 -0400 (EDT)
- References: <f6si2v$850$1@smc.vnet.net><f6vmj7$q34$1@smc.vnet.net>
On Jul 10, 12:21 pm, Jean-Marc Gulliet <jeanmarc.gull... at gmail.com>
wrote:
> Out[4]= "6.0 for Microsoft Windows (32-bit) (April 20, 2007)"
Hi All,
I confirm this bug with this version. I'd also note
that it only occurs when the Axis is sufficiently
close to the edge of the Frame. I tried making tiny
variations of the axis location and found that it
stopped displaying around 1/12 scaled. Seems
like an automatic heuristic that's overstepping its
authority.
No axis:
Plot[x, {x, 0, 1}, Frame -> True, Axes -> True, AxesOrigin -> {0.0833,
0}]
Shows axis:
Plot[x, {x, 0, 1}, Frame -> True, Axes -> True, AxesOrigin -> {0.0834,
0}]
Saul Cohen