act.plotting.XSectionDisplay.put_display_in_subplot#
- XSectionDisplay.put_display_in_subplot(display, subplot_index)#
This will place a Display object into a specific subplot. The display object must only have one subplot.
This will clear the display in the Display object being added.
- Parameters:
Display (Display object or subclass) – The Display object to add as a subplot
subplot_index (tuple) – Which subplot to add the Display to.
- Returns:
ax (matplotlib axis handle) – The axis handle to the display object being added.