change_plot_scale#

FieldPlot.change_plot_scale(minimum_value, maximum_value, is_log=False, is_db=False)[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.

Returns:
bool

True if successful.

References

>>> oModule.SetPlotFolderSettings