rcatool.plot.plots.gen_clevels
- rcatool.plot.plots.gen_clevels(data, nsteps, robust=None)[source]
Create contour levels based on min and max of input data
- Parameters:
data (array) – data array
nsteps (int) – number of levels to be produced
robust (None or string) – If to soften the max/min limits due to extreme values; “top”/”bottom”/”both”, which end(s) to soften.