org.autoplot.AutoRangeUtil

AutoRangeUtil( )


autoRange

autoRange( QDataSet hist, QDataSet ds, java.util.Map properties ) → AutoRangeDescriptor

this is a copy of the other autorange, lacking some of its hacks. TODO: why? This is not used.

Parameters

hist - a QDataSet
ds - a QDataSet
properties - a java.util.Map

Returns:

an org.autoplot.AutoRangeUtil.AutoRangeDescriptor

See Also:

autoRange(QDataSet, java.util.Map, boolean)


[search for examples] [view on GitHub] [view on old javadoc] [view source]

autoRange( QDataSet ds, java.util.Map properties ) → AutoRangeDescriptor
autoRange( QDataSet ds, java.util.Map properties, boolean ignoreDsProps ) → AutoRangeDescriptor

bounds

bounds( QDataSet dataSet, org.autoplot.RenderType renderType ) → QDataSet

return the bounding qube for the given render type. This was stolen from Test022.

Parameters

dataSet - a QDataSet
renderType - a RenderType

Returns:

bounding cube[3,2]

[search for examples] [view on GitHub] [view on old javadoc] [view source]


commonRange

commonRange( java.util.List adss ) → AutoRangeDescriptor

for a group of autoranges, return a suitable range for all. For example, if any are non-log, then the result is non-log. The range will be the union of all ranges.

Parameters

adss - list of autoranges

Returns:

common autorange.

[search for examples] [view on GitHub] [view on old javadoc] [view source]