Fix LaTeXStrings support for UnicodePlots and InspectDR (#3879)

* fix LaTeXStrings support for UnicodePlots and InspectDR

* rename & fix
This commit is contained in:
t-bltg
2021-11-03 09:22:37 +01:00
committed by GitHub
parent 58ed4a60de
commit d1309c6c7b
6 changed files with 20 additions and 9 deletions
+5
View File
@@ -199,6 +199,11 @@ end
@test Plots.process_clims(nothing) ==
Plots.process_clims(missing) ==
Plots.process_clims(:auto)
@test (==)(
Plots.texmath2unicode(raw"Equation $y = \alpha \cdot x + \beta$ and eqn $y = \sin(x)^2$"),
raw"Equation y = α ⋅ x + β and eqn y = sin(x)²"
)
end
@testset "Backends" begin