Skip to content

Commit

Permalink
fix call to unzoom
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Aug 7, 2023
1 parent 6acfcb0 commit 44672c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wxmplot/stackedplotframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def unzoom_all(self, event=None):
def unzoom(self, event=None, panel='top'):
"""zoom out 1 level, or to full data range """
panel = self.get_panel(panel)
panel.conf.unzoom(event=event)
panel.conf.unzoom()
self.panel.set_viewlimits()

def update_line(self, t, x, y, panel='top', **kws):
Expand Down

0 comments on commit 44672c3

Please sign in to comment.