randy3k / radian

A 21 century R console
MIT License
2.02k stars 76 forks source link

Strange plot output for radian console. #228

Open IllustratedMan-code opened 4 years ago

IllustratedMan-code commented 4 years ago

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. radianproblem

doccstat commented 3 years ago

Reproducible using rmarkdown::render("file.rmd", encoding = "UTF-8") with the following content

plot(cars)

Actual plot by radian: image Good plot by R (vanilla): image

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
  1. open any R file
  2. open a terminal, run radian, saw R is automatically attached
  3. plot(cars)

image