assign#

curve.assign(*args, **kwargs) Any#

Assign a selected curve to the selected plot.

String description not needed if assigning a new curve to an existing plot.
Args:
p0:

‘option’

  • rescale

  • no_rescale

p1:

‘description’ description of the plotter

Examples:
ensight.curve.select_begin(0)
ensight.curve.assign("rescale","Velocity","vs.","Distance","for","part",2)
ensight.plot.select_begin(0)
Returns:

zero on success, non-zero on error