weldx.geometry.Trace.plot#

Trace.plot(raster_width='1mm', axes=None, fmt=None, axes_equal=False)#

Plot the trace.

Parameters:
  • raster_width (float, int) – The target distance between two raster points

  • axes (matplotlib.axes.Axes) – The target matplotlib.axes.Axes object of the plot. If ‘None’ is passed, a new figure will be created

  • fmt (str) – Format string that is passed to matplotlib.pyplot.plot.

  • axes_equal (bool) – Set plot axes to equal scaling (Default = False).