From fc16ad257932c61120eefc80e917572e45349320 Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Wed, 26 Jul 2017 08:30:21 +0200 Subject: [PATCH] reexport plots --- src/StatPlots.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StatPlots.jl b/src/StatPlots.jl index 0ee1243a1..c8fcceb39 100644 --- a/src/StatPlots.jl +++ b/src/StatPlots.jl @@ -2,7 +2,7 @@ module StatPlots using Reexport -using Plots +@reexport using Plots import Plots: _cycle using StatsBase using Distributions