From 869777676ca6d6c9e614f793d3bbf9e4468af3f3 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 30 Apr 2017 16:58:20 -0700 Subject: [PATCH] Update Plots.jl --- src/Plots.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Plots.jl b/src/Plots.jl index 424b632f..cd4ff99e 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -9,6 +9,7 @@ using Reexport # using Requires using FixedSizeArrays @reexport using RecipesBase +import RecipesBase: plot using Base.Meta @reexport using PlotUtils import Showoff