pynaviz.audiovideo.video_plot.PlotTsdTensor.superpose_points#
- PlotTsdTensor.superpose_points(tsdframe, color=None, markersize=10, thickness=2, label=None)#
Superpose a set of points on top of the video plot. Argument tsdframe should be a nap.Tsdframe with multiple of 2 columns (x1, y1, x2, y2, …). The label of the columns doesn’t matter.
- Parameters:
tsdframe (
nap.TsdFrame) – Time series data to overlay.color (
strorrgba tuple, optional) – Color of the set of points.markersize (
float, default10) – Size of the set of points.thickness (
float, default2) – Thickness of the lines connecting the points.label (
str, optional) – Label for the set of points. If None, a default label is assigned.