From a062776cdc721fa7d20a2579a6374354674dda91 Mon Sep 17 00:00:00 2001 From: Nathan van Beelen Date: Tue, 5 Mar 2024 10:12:44 +0100 Subject: [PATCH] Fix issue 92 --- stytra/gui/fishplots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stytra/gui/fishplots.py b/stytra/gui/fishplots.py index 3260b645..795f98ed 100644 --- a/stytra/gui/fishplots.py +++ b/stytra/gui/fishplots.py @@ -13,7 +13,7 @@ from scipy.ndimage.filters import gaussian_filter1d -class StreamingPositionPlot(pg.GraphicsWindow): +class StreamingPositionPlot(pg.GraphicsView): """Plot that displays the virtual position of the fish""" def __init__(self, *args, data_accumulator, n_points=500, **kwargs):