MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / setAutoscaleZ

Method setAutoscaleZ

src/org/opensourcephysics/display2d/Plot2D.java:127–127  ·  view source on GitHub ↗

Sets the autoscale flag and the floor and ceiling values for the colors. If autoscaling is true, then the min and max values of z are span the colors. If autoscaling is false, then floor and ceiling values limit the colors. Values below min map to the first color; values above max map to the last

(boolean isAutoscale, double floor, double ceil)

Source from the content-addressed store, hash-verified

125 * @param ceil
126 */
127 public void setAutoscaleZ(boolean isAutoscale, double floor, double ceil);
128
129 /**
130 * Forces the z-scale to be symmetric about zero.

Callers 15

setZRangeMethod · 0.65
setZRangeMethod · 0.65
convertToContourPlotMethod · 0.65
convertToGridPlotMethod · 0.65
convertToSurfacePlotMethod · 0.65
setAutoscaleZMethod · 0.65
convertToSurfacePlotMethod · 0.65
setAutoscaleZMethod · 0.65
showLegendMethod · 0.65
updateLegendMethod · 0.65

Implementers 9

ContourPlotsrc/org/opensourcephysics/display2d/Co
ComplexSurfacePlotsrc/org/opensourcephysics/display2d/Co
SurfacePlotsrc/org/opensourcephysics/display2d/Su
VectorPlotsrc/org/opensourcephysics/display2d/Ve
GrayscalePlotsrc/org/opensourcephysics/display2d/Gr
ComplexInterpolatedPlotsrc/org/opensourcephysics/display2d/Co
GridPlotsrc/org/opensourcephysics/display2d/Gr
InterpolatedPlotsrc/org/opensourcephysics/display2d/In
ComplexGridPlotsrc/org/opensourcephysics/display2d/Co

Calls

no outgoing calls

Tested by 3

TextLayoutTestMethod · 0.52
GrayscalePlotTestMethod · 0.52
BandedSampleTestMethod · 0.52