Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
|
Question about PlotRange
Posted:
Jan 16, 2013 1:39 AM
|
|
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?
|
|
|
|