 ``` using Plots, LaTeXStrings plot(rand(10),label=L"2\pi") plot!(rand(10),label=L"2\pi") ``` using 0.61.0