weldx.geometry.Profile.plot#

Profile.plot(title=None, raster_width='0.5mm', label=None, axis='equal', axis_labels=None, grid=True, line_style='.-', ax=None, color='k')#

Plot the profile.

Parameters:
  • title (Optional[str]) – Matplotlib plot title. (Default value = None)

  • raster_width (Quantity) – Distance between Points to plot (Default value = 0.5)

  • label (Optional[str]) – Matplotlib plot label. (Default value = None)

  • axis (str) – Matplotlib axis setting. (Default value = “equal”)

  • axis_labels (Optional[list[str]]) – List of Matplotlib axis labels. (Default value = None)

  • grid (bool) – Matplotlib grid setting. (Default value = True)

  • line_style (str) – Matplotlib line style. (Default value = “.-“)

  • ax – Axis to plot to. (Default value = None)

  • color (str) – Color of plot lines