We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9687f91 commit 486cc5dCopy full SHA for 486cc5d
ultraplot/__init__.py
@@ -137,6 +137,8 @@ def _install_draw_idle(self, fig):
137
if count == 0:
138
canvas._ultra_draw_idle_orig = canvas.draw_idle
139
140
+ # TODO: Replace this monkeypatch with a backend-level fix once
141
+ # draw_idle artifacts are resolved upstream.
142
def draw_idle(*args, **kwargs):
143
return canvas.draw(*args, **kwargs)
144
0 commit comments