add missing Plots.

This commit is contained in:
Daniel Schwabeneder 2020-02-16 09:55:57 +01:00
parent cb577f0ef3
commit 4e5b1aa6e5

View File

@ -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