Skip to content
Snippets Groups Projects

Purge one more |

Merged Simon Sebastian Humpohl requested to merge simon/fix_tests into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -316,10 +316,10 @@ def plot_blitted(ax,
... update_callback()
"""
kwargs['animated'] = True
line, = ax.plot(x() if callable(x) else x,
y() if callable(y) else y,
**(kwargs | dict(animated=True)))
**kwargs)
manager = BlitManager(ax.figure.canvas, [line, *animated_artists])
Loading