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 255875d commit 9c03278Copy full SHA for 9c03278
1 file changed
lib/matplotlib/offsetbox.py
@@ -1506,6 +1506,9 @@ def on_release(self, event):
1506
self.finalize_offset()
1507
self.got_artist = False
1508
if self._use_blit:
1509
+ self.ref_artist.draw(
1510
+ self.ref_artist.figure._get_renderer())
1511
+ self.canvas.blit()
1512
self.ref_artist.set_animated(False)
1513
1514
def _check_still_parented(self):
0 commit comments