marker#

curve.marker(p0: str) int#

Specify the type of marker in which to represent the points of the selected curve(s).

Args:
p0:

‘option’

  • none

  • dot

  • circle

  • triangle

  • square

Examples:
ensight.curve.select_begin(0,1)
ensight.curve.marker("circle")
Returns:

zero on success, non-zero on error