In the past, I’ve used LaTeXStrings to label plot axis with solar units, like the solar luminosity on the y-axis of the plot below, with “\astrosun”. It seems that neither “\astrosun” nor “\odot” are recognized now? I get “undefined symbol” for both.
Is there a good way to make the sun symbol? I would rather not use “_{sun}” because it seems unprofessional.
What plotting package/julia version are you using?
With Plots.jl using the PyPlot backend on Julia 1.0 I can’t use \astrosun inside a LaTeXString but I can use \odot or the tab-completed unicode characters for \astrosun or \odot: