coatless-rpkg / visualize

Visualize probability distributions values
http://r-pkg.thecoatlessprofessor.com/visualize/
Other
4 stars 1 forks source link

fomatting issue - text written over in title #8

Closed jricoiii closed 1 year ago

jricoiii commented 5 years ago

image

The formatting is not working - I am unable to the proportion of the shaded area. Text is being written on top of other text.

visualize.norm(110,100,10)

jricoiii commented 5 years ago

This is in Rmd.

When typed in console it works better.

coatless commented 5 years ago

@jricoiii I think this might be an issue with how rmarkdown/knitr handles the UTF-8 codes used for symbols on the plot. Thanks for the heads up.

jricoiii commented 5 years ago

any possible fixes to the formats

coatless commented 5 years ago

@jricoiii yup. Just give me a day or so. I just got back from a trip.

coatless commented 5 years ago

@jricoiii this is really a problem with the underlying RStudio inline renderer, c.f. rstudio/rstudio#5421.

Not sure how long the fix will take. I can't easily mitigate against it on my end.

coatless commented 1 year ago

I'm not sure if it was ever fixed as the RStudio issue ticket was marked as stale, c.f. https://github.com/rstudio/rstudio/issues/5421. So, I'm going to go ahead and close this out as this one is in RStudio's ballcourt.