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
There is no geom_histogram_pattern() but ggplot2::geom_histogram() supports filling histogram bars with "stacked" fill colors. Not clear to me why we shouldn't include a geom_histogram_pattern() for completeness sake:
There is no
geom_histogram_pattern()
butggplot2::geom_histogram()
supports filling histogram bars with "stacked" fill colors. Not clear to me why we shouldn't include ageom_histogram_pattern()
for completeness sake:If we do this then
geom_bar_pattern()
should callgeom_histogram_pattern()
instead ofgeom_histogram()
if accidentally fed abinwidth
parameter.The text was updated successfully, but these errors were encountered: