Printing Unicode character (+- sign) inside a ggplot2 plot

Just use \U00B1 i.e., paste("\U00B1", round(Error,2))
Hope it helps :slight_smile:

4 Likes