diff --git a/reference/recording.html b/reference/recording.html index 5ee3c23..50d08a5 100644 --- a/reference/recording.html +++ b/reference/recording.html @@ -566,7 +566,7 @@
Plot a heatmap of gaze or fixation data on a matplotlib axis. Users can flexibly choose to generate a smoothed heatmap and/or scatter plot and the source of the data (gaze or fixation).
@@ -580,20 +580,20 @@sigma (float or None) – Standard deviation of the Gaussian kernel used to smooth the heatmap. +
sigma (int or float) – Standard deviation of the Gaussian kernel used to smooth the heatmap. If None or 0, no smoothing is applied. Defaults to 2.
width_height (tuple[int, int]) – If video is not available, the width and height of the scene camera frames to specify the heatmap dimensions. Defaults to (1600, 1200).
cmap (str or None) – Colormap to use for the heatmap. Defaults to ‘inferno’.
ax (matplotlib.pyplot.Axes
or None) – Axis to plot the frame on. If None
, a new figure is created.
+
cmap (str) – Colormap to use for the heatmap. Defaults to ‘inferno’.
ax (matplotlib.axes.Axes
or None) – Axis to plot the frame on. If None
, a new figure is created.
Defaults to None
.
show (bool) – Show the figure if True
. Defaults to True.
fig (matplotlib.pyplot.Figure
) – Figure object containing the plot.
ax (matplotlib.pyplot.Axes
) – Axis object containing the plot.
fig (matplotlib.figure.Figure
) – Figure object containing the plot.
ax (matplotlib.axes.Axes
) – Axis object containing the plot.
Plot a heatmap of gaze or fixation data on a matplotlib axis. Users can flexibly choose to generate a smoothed heatmap and/or scatter plot and the source of the data (gaze or fixation).
@@ -396,20 +396,20 @@ Defaults to ‘fixations’. Gaze data is typically more dense and thus less suitable for scatter plots.step_size (int) – Size of the grid cells in pixels. Defaults to 10.
sigma (float or None) – Standard deviation of the Gaussian kernel used to smooth the heatmap. +
sigma (int or float) – Standard deviation of the Gaussian kernel used to smooth the heatmap. If None or 0, no smoothing is applied. Defaults to 2.
width_height (tuple[int, int]) – If video is not available, the width and height of the scene camera frames to specify the heatmap dimensions. Defaults to (1600, 1200).
cmap (str or None) – Colormap to use for the heatmap. Defaults to ‘inferno’.
ax (matplotlib.pyplot.Axes
or None) – Axis to plot the frame on. If None
, a new figure is created.
+
cmap (str) – Colormap to use for the heatmap. Defaults to ‘inferno’.
ax (matplotlib.axes.Axes
or None) – Axis to plot the frame on. If None
, a new figure is created.
Defaults to None
.
show (bool) – Show the figure if True
. Defaults to True.
fig (matplotlib.pyplot.Figure
) – Figure object containing the plot.
ax (matplotlib.pyplot.Axes
) – Axis object containing the plot.
fig (matplotlib.figure.Figure
) – Figure object containing the plot.
ax (matplotlib.axes.Axes
) – Axis object containing the plot.