News

Here’s how simple it is to use that new geom: ggplot (snowfall2000s, aes(x = Winter, y = Total)) + my_geom_col () Sharon Machlis Graph created with a custom ggpackets geom. ggpackets is by Doug ...
Basic scatter plot with ggplot2. However, it’s currently impossible to know which points represent what counties. ggplot’s geom_text() function adds labels to all the points: ma_graph + ...