MathGroup Archive 2012

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

Search the Archive

Re: Replace a vertical line in ListPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg126007] Re: Replace a vertical line in ListPlot
  • From: Bill Rowe <readnews at sbcglobal.net>
  • Date: Fri, 13 Apr 2012 04:43:19 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

On 4/11/12 at 6:20 PM, Alexei.Boulbitch at iee.lu (Alexei Boulbitch)
wrote:

>ListPlot[Table[{k, 7./k}, {k, 12, 70, 1}], Frame -> True]

>the plot shows a vertical solid line at k.

>Why does it appear? and How can I remove this line?

The vertical line that appears is the vertical axis. I don't
really know what algorithm Mathematica uses that causes an axis
to be displayed in ListPlot and determines where it will be
displayed. To remove it, simply add Axes->None as one of the
options for ListPlot.




  • Prev by Date: Re: Error function integral / Wolfram Function reference
  • Next by Date: Re: Deleting expressions containing a certain head
  • Previous by thread: Re: Replace a vertical line in ListPlot
  • Next by thread: Re: Replace a vertical line in ListPlot