From 2e3bc15d2b3e04ea0fbe386409bf7258e138f99a Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Tue, 8 Aug 2017 20:24:17 +0200 Subject: [PATCH] Move when output is included --- src/Plots.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Plots.jl b/src/Plots.jl index 3b87b433..e7c7fc66 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -151,12 +151,11 @@ include("layouts.jl") include("subplots.jl") include("recipes.jl") include("animation.jl") -include("output.jl") include("examples.jl") include("arg_desc.jl") include("plotattr.jl") include("backends.jl") - +include("output.jl") # ---------------------------------------------------------