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 87d79a1 commit 433bf76Copy full SHA for 433bf76
1 file changed
lib/matplotlib/backends/backend_webagg_core.py
@@ -253,6 +253,7 @@ def handle_resize(self, event):
253
# identical or within a pixel or so).
254
self._png_is_old = True
255
self.manager.resize(w, h)
256
+ self.resize_event()
257
258
def handle_send_image_mode(self, event):
259
# The client requests notification of what the current image mode is.
0 commit comments