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.
1 parent c0bb31e commit 65f9b87Copy full SHA for 65f9b87
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