weldx.visualization.
plot_coordinate_system
Plot a coordinate system in a matplotlib 3d plot.
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.