You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most (all?) ggplot2 functions allow for both US and British spelling. For example, scale_colour_viridis_c() and scale_colour_viridis_d() both have US-aliases scale_color_viridis_c() and scale_color_viridis_d(), respectively. This is not true for scale_colour_viridis_b(). See screenshot. Using ggplot2 3.3.2.
Most (all?)
ggplot2
functions allow for both US and British spelling. For example,scale_colour_viridis_c()
andscale_colour_viridis_d()
both have US-aliasesscale_color_viridis_c()
andscale_color_viridis_d()
, respectively. This is not true forscale_colour_viridis_b()
. See screenshot. Usingggplot2 3.3.2
.The text was updated successfully, but these errors were encountered: