Skip to content

Commit

Permalink
viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Aug 18, 2024
1 parent 3870f30 commit 1872b9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions viewer/viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def __init__(self, _root):
self.root.bind("r", lambda _: self.load_file())
self.root.bind("a", lambda _: self.attach())
self.root.bind("o", lambda _: self.open_file())
self.entry_textbox.bind("<Return>", lambda _: self.plot_graph())

# Initialize the plot area
self.figure = plt.Figure(figsize=(8, 4), dpi=200)
Expand Down

0 comments on commit 1872b9c

Please sign in to comment.