weldx.geometry.Geometry.plot

Geometry.plot(profile_raster_width, trace_raster_width, axes=None, fmt=None, set_axes_equal=False)

Plot the geometry.

Parameters
  • profile_raster_width (float, int) – Target distance between the individual points of a profile

  • trace_raster_width (float, int) – Target distance between the individual profiles on the trace

  • 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.

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