datacamp / ggdc

Datacamp Themes for ggplot2.
MIT License
6 stars 1 forks source link

support a base_size argument in theme_datacamp #13

Open machow opened 5 years ago

machow commented 5 years ago

This would be super helpful, when beefing up plot text for presentations! Based on theme_grey (shown below), it looks like the base_size arg is used all over the place. Happy to pair / do some work on it

function (base_size = 11, base_family = "", base_line_size = base_size/22, 
    base_rect_size = base_size/22) 
{