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:
parent
87627b8320
commit
47d8aa871b
@ -387,7 +387,7 @@ end
|
||||
function _initialize_backend(::PyPlotBackend)
|
||||
@eval Main begin
|
||||
import PyPlot, PyCall
|
||||
import LaTeXStrings: latexstring
|
||||
import LaTeXStrings
|
||||
|
||||
export PyPlot
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user