MathGroup Archive 2007

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

Search the Archive

Axis missing from simple ListPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg77565] Axis missing from simple ListPlot
  • From: Andrew Moylan <andrew.j.moylan at gmail.com>
  • Date: Wed, 13 Jun 2007 07:25:43 -0400 (EDT)

Consider this simple ListPlot:

ListPlot[{{0, 3}, {1, 2}}, Joined -> True,
 PlotRange -> {1, Automatic}]

The resulting plot has no visible horizonal axis.

The axis reappears if you replace Automatic with an explicit number,
like 4, or remove the PlotRange setting entirely. The axis stays
missing if you replace Automatic with Full or All.

Any ideas?



  • Prev by Date: Re: Re-defining Log over it's branch cut
  • Next by Date: Re: questions
  • Previous by thread: Re: SingularityDepth option to NIntegrate in Mathematica 6
  • Next by thread: Re: Axis missing from simple ListPlot