MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: ListPlot problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg79969] Re: [mg79953] ListPlot problem
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Fri, 10 Aug 2007 01:37:42 -0400 (EDT)
  • Reply-to: hanlonr at cox.net

You did not suppress the Axes.

ListPlot[{{1, 0.032}, {2, 0.067}, {5, 0.183}},
 Frame -> True, Axes -> False]


Bob Hanlon

---- Chris Chiasson <chris 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/
> 



  • Prev by Date: Re: NMinimize a function of NMaximize
  • Next by Date: Re: data format on y axis
  • Previous by thread: ListPlot problem
  • Next by thread: Re: ListPlot problem