Casey Sarapas
Casey Sarapas
I have a similar issue on Windows 10 using English (US) locale:  RStudio, cli, and locale details: ``` rstudioapi::bugReport() #...
It's Consolas. I don't have Menlo (on Windows), but the issue is the same with Courier, Courier New, and Lucida Console. (Also I didn't think it would make a difference,...
I don't think this is supported (either by the VSCode R extension or in RStudio). However, I had the same need so knocked together a pair of functions to display...
But `log_breaks()` fails when there are zeroes in the data or limits -- ie, the typical use case for `pseudo_log_trans()`. ```r p + scale_color_viridis_b( transform = pseudo_log_trans(base = 10), breaks...