Skip to content

Commit

Permalink
[beam-plotter] fix matplot compatibility (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
eimann authored Jan 8, 2025
1 parent a9b66c3 commit 3597652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beam-plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
raise

plt.title(title)
fig.canvas.set_window_title(title)
fig.canvas.manager.set_window_title(title)

# Make plot area larger
fig.tight_layout()
Expand Down

0 comments on commit 3597652

Please sign in to comment.