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 a8934dc commit 8bc19ecCopy full SHA for 8bc19ec
1 file changed
lib/matplotlib/widgets.py
@@ -1514,7 +1514,7 @@ def _release(self, event):
1514
self.stay_rect.set_height(self.rect.get_height())
1515
self.stay_rect.set_visible(True)
1516
1517
- self.canvas.draw()
+ self.canvas.draw_idle()
1518
vmin = self.pressv
1519
xdata, ydata = self._get_data(event)
1520
if self.direction == 'horizontal':
0 commit comments