weldx.measurement.MeasurementChain.plot#

MeasurementChain.plot(axes=None)#

Plot the measurement chain.

Parameters

axes – 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