Open nathanrboyer opened 12 months ago
Since the GR backend can only select one ttf font file, it is not possible to display emojis in combination with Sagoe UI Emoji
or Noto Color Emoji
.
One possible solution is to use the Symbola
font, which contains emojis in a single font file.
Please install Symbola_hint.ttf
on your OS, then change the source list as follows and try it out.
p1 = plot(sol, title = "Rabbits vs Wolves", legendfontfamily="Symbola_hint")
Related to #791, but that was supposedly fixed two years ago.
Details
The first SciML tutorial has you model 🐰 and 🐺 populations and use those emoji as variable names. However, this breaks the plot legend unless you switch the
fontfamily
or backend. The default font should work with Unicode without these workarounds for beginners.Backends
This bug occurs on ( insert
x
below )Versions
Plots.jl version:
v1.39.0
Backend version (]st -m <backend(s)>
):GR v0.72.10
Output ofversioninfo()
: