pynaviz.base_plot.PlotTsdFrame.plot_x_vs_y# PlotTsdFrame.plot_x_vs_y(x_col, y_col, color=None, thickness=1.0, markersize=10.0)[source]# Plot one column versus another with a time-point marker. 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 tuple, optional) – Line color. Defaults to a color that contrasts with the background. thickness (float, default 1.0) – Line thickness. markersize (float, default 10.0) – Size of the time marker. Return type: None