|
[Date Index]
[Thread Index]
[Author Index]
Question about PlotRange
- To: mathgroup at smc.vnet.net
- Subject: [mg129475] Question about PlotRange
- From: James Stein <james at stein.org>
- Date: Wed, 16 Jan 2013 01:42:24 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
I am mystified by the two charts produced by this expression:
Table [
ListPlot [ Table [ x, { x, -.13, .13, .01 } ] ,
Axes -> True,
Filling -> 0,
FillingStyle -> { Red, Darker [ Green ] } ,
PlotRange -> { Automatic, yRange }
] , { yRange, { Full, { -0.1, 0.06} } } ]
If 'PlotRange' allows 'Full' for the y-axis, all data is plotted as
expected, but
if 'PlotRange' restricts extreme values of y, *some* extreme values
have vanished,
but *not* the *most* extreme values.
My desire is for all 27 values to appear on the second chart.
(In more realistic situations, the visual 'Filling' is important.)
How is this to be achieved?
Prev by Date:
Re: Ask for help: how to let mathematica output Fortran code with fewest
Next by Date:
Re: NSolve output
Previous by thread:
Re: RegularExpression::maxrec: Recursion limit exceeded; positive match
Next by thread:
Re: Question about PlotRange
|