cdms2.axis

setAutoBounds(mode)[source]

Sets AutoBounds behavior.

Automatically generates axis and grid boundaries when getBounds is called.

Parameters
mode(str/int)

0 : ‘off’ (No bounds will be generated) 1 : ‘on’ (Generate bounds) 2 : ‘grid’ (Generate bounds for lat/lon grids only)

Notes

This only affects 1D axes.