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):