Open IllustratedMan-code opened 4 years ago
Reproducible using rmarkdown::render("file.rmd", encoding = "UTF-8")
with the following content
plot(cars)
Actual plot by radian: Good plot by R (vanilla):
Also reproducible using
radian version: 0.5.10
r executable: /usr/lib/R/bin/R
r version: 4.0.3
python executable: /home/xavier/anaconda3/bin/python
python version: 3.8.3
radian
, saw R
is automatically attachedplot(cars)
First I want to say that I really appreciate the design of radian, its much easier to read than the default. I get output on all characters like I have shown below. This only seems to happen with radian. I am on ubuntu 20.04 and I installed it through pip in an anaconda environment if that matters. It used to only happen with the venndiagram plotting library I used but now occurs on every plot including ggplots.