MCPcopy Create free account
hub / github.com/dhale/jtk / setLimits

Method setLimits

core/src/main/java/edu/mines/jtk/mosaic/PlotPanel.java:355–358  ·  view source on GitHub ↗

Sets limits for the both horizontal and vertical axes. By default, limits are computed automatically by tiled graphical views. This method can be used to override those default limits. @param hmin the minimum value. @param vmin the minimum value. @param hmax the maximum value. @param vmax the maximu

(double hmin, double vmin, double hmax, double vmax)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

demo1Method · 0.95

Calls 2

setHLimitsMethod · 0.95
setVLimitsMethod · 0.95

Tested by

no test coverage detected