From b099f9a1497f5070a9f473437bf737c780cce7ad Mon Sep 17 00:00:00 2001 From: ChrisRackauckas Date: Mon, 8 May 2017 06:43:52 -0700 Subject: [PATCH] no _cycle in RecipesBase --- src/Plots.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plots.jl b/src/Plots.jl index f55be664..3e8b9510 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -5,7 +5,7 @@ module Plots using Reexport using FixedSizeArrays @reexport using RecipesBase -import RecipesBase: plot, _cycle +import RecipesBase: plot using Base.Meta @reexport using PlotUtils @reexport using PlotThemes