diff --git a/src/Plots.jl b/src/Plots.jl index 35765a66..da1c4513 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -5,6 +5,7 @@ module Plots using Reexport using FixedSizeArrays @reexport using RecipesBase +import RecipesBase: plot using Base.Meta @reexport using PlotUtils @reexport using PlotThemes