From b6e627369b68418b1fb87108e127dc5d5e2a4821 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Sun, 3 Jan 2016 09:53:33 -0500 Subject: [PATCH] backend priority --- src/plotter.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plotter.jl b/src/plotter.jl index 6cd8bb32..016a7698 100644 --- a/src/plotter.jl +++ b/src/plotter.jl @@ -112,7 +112,7 @@ CurrentBackend(sym::Symbol) = CurrentBackend(sym, backendInstance(sym)) # --------------------------------------------------------- function pickDefaultBackend() - for pkgstr in ("PyPlot", "Gr", "Immerse", "Qwt", "Gadfly", "UnicodePlots", "Bokeh", "GLVisualize") + for pkgstr in ("PyPlot", "Immerse", "Qwt", "Gadfly", "GR", "UnicodePlots", "Bokeh", "GLVisualize") if Pkg.installed(pkgstr) != nothing return backend(symbol(lowercase(pkgstr))) end