select_begin#

plot.select_begin(*args, **kwargs) Any#

Selects one or more plots in the graphics window as the target for future plot: commands

Args:
p0:

‘indexN’ plot number (zero based). Up to 10 numbers per line are allowed, but as many lines as needed can be used

Examples:
ensight.plot.select_begin(1,2)
ensight.plot.delete_plot()
Returns:

zero on success, non-zero on error