pynaviz.base_plot.PlotTsdFrame.plot_x_vs_y#

PlotTsdFrame.plot_x_vs_y(x_label: str | int | float, y_label: str | int | float, color: str | tuple = 'white', thickness: float = 1.0, markersize: float = 10.0) None[source]#

Plot one metadata column versus another as a line plot.

Parameters:
  • x_label (str or int or float) – Column name for the x-axis.

  • y_label (str or int or float) – Column name for the y-axis.

  • color (str or hex or RGB, default="white") – Line color.

  • thickness (float, default=1.0) – Thickness of the connecting line.

  • markersize (float, default=10.0) – Size of the time marker.