I have a plot and I need to add mm³, but I can not use bquote because I need to wrap the text using
paste(strwrap(text, width), collapse="\n")
therefore, although I use the ASCII ³ bcause character that I need only one superscript value, but it displays as mm3 when rendering, is this a font problem? How to solve it? I need to run this on any platform, because other developers use Mac / Windows, I use windows and start a Linux server.
source
share