selection_line

gdt.core.plot.lib.selection_line(xpos, ax, **kwargs)[source]

Plot a selection line.

Parameters:
  • xpos (float) – The position of the selection line

  • ax (matplotlib.axes) – The axis on which to plot

  • **kwargs – Other plotting options

Returns:

(matplotlib.lines.Line2D)