diff --git a/src/Plots.jl b/src/Plots.jl index 7e630ad7..96326ea8 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -118,7 +118,6 @@ include("utils.jl") include("components.jl") include("axes.jl") include("args.jl") -include("backends.jl") include("themes.jl") include("plot.jl") include("pipeline.jl") @@ -131,6 +130,7 @@ include("output.jl") include("examples.jl") include("arg_desc.jl") include("plotattr.jl") +include("backends.jl") # ---------------------------------------------------------