csdaw / ggprism

ggplot2 extension inspired by GraphPad Prism

Home Page:https://csdaw.github.io/ggprism/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An "i" in the label string is forced to be capitalized.

TakItakura opened this issue · comments

Thank you for your great work.
I found a problem with the label.
The problem is that;
An "i" in the label string is forced to be capitalized.

iris %>% ggplot(aes(x = Sepal.Length, y = Sepal.Width, color = Species))+ geom_point()+ xlab("all small iiiiis")+ theme_prism()
image

iris %>% ggplot(aes(x = Sepal.Length, y = Sepal.Width, color = Species))+ geom_point()+ xlab("all small iiiiis")+ theme_bw()

image

my environment is;
Mac mini (M1)
R version 4.4.0 (2024-04-24) -- "Puppy Cup"
Rstudio (2024.04.0+735)
ggprism_1.0.5
ggplot2_3.5.1