From 47d8aa871b968b64d8517860cf0e41e2f572fd8f Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Thu, 16 Aug 2018 11:05:39 +1200 Subject: [PATCH] Do not import latexstring into the global scope It will not be visible to functions in Plots anyway. Instead, labelfunc now explicitly specifies that it uses LaTeXStrings.latexstring. --- src/backends.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backends.jl b/src/backends.jl index d6dc3bea..6a5dea31 100644 --- a/src/backends.jl +++ b/src/backends.jl @@ -387,7 +387,7 @@ end function _initialize_backend(::PyPlotBackend) @eval Main begin import PyPlot, PyCall - import LaTeXStrings: latexstring + import LaTeXStrings export PyPlot