Skip to content

Commit

Permalink
Fix issue 92
Browse files Browse the repository at this point in the history
  • Loading branch information
nvbln committed Mar 5, 2024
1 parent 6acca5d commit a062776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stytra/gui/fishplots.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit a062776

Please sign in to comment.