From 0a8d3f92513fabdda9ff33fd0a78501f9f95a833 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas Date: Sun, 14 May 2017 13:26:50 -0700 Subject: [PATCH] animate from RecipesBase --- src/Plots.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plots.jl b/src/Plots.jl index da1c4513..8f419e40 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -5,7 +5,7 @@ module Plots using Reexport using FixedSizeArrays @reexport using RecipesBase -import RecipesBase: plot +import RecipesBase: plot, animate using Base.Meta @reexport using PlotUtils @reexport using PlotThemes