Skip to main content
Version: Next

get_support_point_labels

ScalarFieldData.get_support_point_labels()

Get the identifiers for the supporting points.

  • Returns: Resulting n-dimensional array with the supporting point labels.

Labels are returned independent of update status of plot.

Examples: : Get labels for supporting points defining look-up table plot:


>>> coords = my_plot._get_support_point_labels()