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