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:
+1
-1
@@ -387,7 +387,7 @@ end
|
||||
function _initialize_backend(::PyPlotBackend)
|
||||
@eval Main begin
|
||||
import PyPlot, PyCall
|
||||
import LaTeXStrings: latexstring
|
||||
import LaTeXStrings
|
||||
|
||||
export PyPlot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user