pynaviz.base_plot.PlotTsdFrame.plot_x_vs_y#

PlotTsdFrame.plot_x_vs_y(x_col, y_col, color='white', thickness=1.0, markersize=10.0)[source]#

Plot one column versus another as a line plot.

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

  • y_col (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.

Return type:

None