change_plot_scale#

FieldPlot.change_plot_scale(minimum_value, maximum_value, is_log=False, is_db=False, scale_levels=None)[source]#

Change Field Plot Scale.

Parameters:
minimum_valuestr, float

Minimum value of the scale.

maximum_valuestr, float

Maximum value of the scale.

is_logbool, optional

Set to True if Log Scale is setup.

is_dbbool, optional

Set to True if dB Scale is setup.

scale_levelsint, optional

Set number of color levels. The default is None, in which case the setting is not changed.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.SetPlotFolderSettings