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") # ---------------------------------------------------------