From 4770f8b58088fe7df6bbe03ca1f9df20dec691c2 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas Date: Mon, 1 May 2017 05:27:53 -0700 Subject: [PATCH] Merge remote-tracking branch 'ChrisRackauckas/master' into patch-1 --- src/Plots.jl | 1 + 1 file changed, 1 insertion(+) 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