MinMaxInterval¶
- class astropy.visualization.MinMaxInterval[source]¶
Bases:
BaseIntervalInterval based on the minimum and maximum values in the data.
Methods Summary
get_limits(values)Return the minimum and maximum value in the interval based on the values provided.
Methods Documentation