add missing Plots.
This commit is contained in:
parent
cb577f0ef3
commit
4e5b1aa6e5
@ -167,7 +167,7 @@ function _animate(forloop::Expr, args...; callgif = false)
|
|||||||
push!(block.args, :(global $countersym += 1))
|
push!(block.args, :(global $countersym += 1))
|
||||||
|
|
||||||
# add a final call to `gif(anim)`?
|
# add a final call to `gif(anim)`?
|
||||||
retval = callgif ? :(gif($animsym)) : animsym
|
retval = callgif ? :(Plots.gif($animsym)) : animsym
|
||||||
|
|
||||||
# full expression:
|
# full expression:
|
||||||
esc(quote
|
esc(quote
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user