From 4e5b1aa6e5e1296daa9d1f427a5605c80fb5e6f4 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Sun, 16 Feb 2020 09:55:57 +0100 Subject: [PATCH] add missing Plots. --- src/animation.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/animation.jl b/src/animation.jl index 137c60aa..e0a12d9f 100644 --- a/src/animation.jl +++ b/src/animation.jl @@ -167,7 +167,7 @@ function _animate(forloop::Expr, args...; callgif = false) push!(block.args, :(global $countersym += 1)) # add a final call to `gif(anim)`? - retval = callgif ? :(gif($animsym)) : animsym + retval = callgif ? :(Plots.gif($animsym)) : animsym # full expression: esc(quote