From bb2f4ff16b97f44c2dae7f6204b694ce7cd122d6 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Wed, 16 Aug 2017 21:05:05 +0200 Subject: [PATCH] import inplace plot placeholder from RecipesBase --- src/Plots.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plots.jl b/src/Plots.jl index e7c7fc66..4f104ea6 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -8,7 +8,7 @@ import StaticArrays using StaticArrays.FixedSizeArrays @reexport using RecipesBase -import RecipesBase: plot, animate +import RecipesBase: plot, plot!, animate using Base.Meta @reexport using PlotUtils @reexport using PlotThemes