weldx.CoordinateSystemManager.plot_graph#

CoordinateSystemManager.plot_graph(ax=None)#

Plot the graph of the coordinate system manager.

Time dependent (orange) and static (black) edges will be rendered differently.

Parameters:

ax – Matplotlib axes object that should be drawn to. If None is provided, this function will create one.

Returns:

The matplotlib axes object the graph has been drawn to

Return type:

matplotlib.axes.Axes