Skip to main content
Version: Next

get_support_point_coordinates

ScalarFieldData.get_support_point_coordinates()

Get the coordinates of the supporting points.

  • Returns: Resulting n-dimensional array with the coordinates for each supporting point.

Data is returned independent of update status of plot.

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


>>> coords = my_plot._get_support_point_coordinates()