Unexpected spacing in LaTeX plot label

Workaround: use unicode:

plot([3,2,1], label="‖x-y‖²")
2 Likes