act.plotting.XSectionDisplay.assign_to_figure_axis

XSectionDisplay.assign_to_figure_axis(fig, ax)

This assigns the Display to a specific figure and axis. This will remove the figure and axes that are currently stored in the object. The display object will then only have one axis handle.

Parameters:
  • fig (matplotlib figure handle) – The figure to place the time series display in.

  • ax (axis handle) – The axis handle to place the plot in.