Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 425cc77 + 0b109e4 commit f897de6Copy full SHA for f897de6
1 file changed
lib/matplotlib/blocking_input.py
@@ -83,7 +83,7 @@ def __call__(self, n=1, timeout=30):
83
self.n = n
84
self.events = []
85
86
- if self.figure.canvas.manager:
+ if self.fig.canvas.manager:
87
# Ensure that the figure is shown, if we are managing it.
88
self.fig.show()
89
# Connect the events to the on_event function call.
0 commit comments