weldx.visualization.plot_coordinate_system

weldx.visualization.plot_coordinate_system(coordinate_system, axes, color=None, label=None, time_idx=None)

Plot a coordinate system in a matplotlib 3d plot.

Parameters
  • coordinate_system – Coordinate system

  • axes – Matplotlib axes object (output from plt.gca())

  • color – Valid matplotlib color selection. The origin of the coordinate system will be marked with this color. (Default value = None)

  • label – Name that appears in the legend. Only viable if a color was specified. (Default value = None)

  • time_idx – Selects time dependent data by index if the coordinate system has a time dependency.