Re: ListPlot problem
- To: mathgroup at smc.vnet.net
- Subject: [mg80005] Re: ListPlot problem
- From: ben <benjamin.friedrich at gmail.com>
- Date: Fri, 10 Aug 2007 01:56:26 -0400 (EDT)
- References: <f9enph$n18$1@smc.vnet.net>
Sorry Chris,
can not repeat your problem with Mathematica 5.2/linux.
bye
ben
On 9 Aug., 11:46, "Chris Chiasson" <ch... at chiasson.name> wrote:
> Steps to repeat:
> 1. Evaluate the following command.
> ListPlot[{{1,0.032},{2,0.067},{5,0.183}},Frame->True]
>
> 2. Notice the unsightly line in the middle of the graph.
>
> Speculation:
> The axes are still being drawn.
>
> Other info:
> Axes->False will remove the line. However, this also prevents the
> (ab)use of AxesOrigin to set one of the corners of the Frame while
> leaving the rest automatic.
>
> --http://chris.chiasson.name/