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?
- Follow-Ups:
- Re: Axis missing from simple ListPlot
- From: Curtis Osterhoudt <cfo@lanl.gov>
- Re: Axis missing from simple ListPlot