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.
This commit is contained in:
Morten Piibeleht
2018-08-16 11:05:39 +12:00
parent 87627b8320
commit 47d8aa871b
+1 -1
View File
@@ -387,7 +387,7 @@ end
function _initialize_backend(::PyPlotBackend)
@eval Main begin
import PyPlot, PyCall
import LaTeXStrings: latexstring
import LaTeXStrings
export PyPlot