Originally reported by @zeileis in https://github.com/grantmcdermott/tinyplot/pull/549#issuecomment-4362757447 ``` r library(tinyplot) tinyplot( 1:10, xlab = expression(frac(Delta*numerator, Delta*denominator)), ylab = expression(Precipitation~"["~mm^{1/2}~"]"), theme = "clean2" ) ``` <!-- -->
Originally reported by @zeileis in #549 (comment)