Some changes have been made to make the theme behave a bit better and to be consistent with v. 2 of ggplot2.
- plot_type has been removed as an option. It was really just letting you do something that could be done easily anyway.
- The ability to easily remove axis ticks has been added with the ticks_xy option.
- ticks_type has been changed because axis.ticks.margin is being deprecated.
- ticks_length is no longer something that can be modified.
- Some minor aesthetic changes have been made to make the defaults look a bit better.
theme_agile is now updated in response to some of the feedback after I put it on GitHub a week ago.
-
I have switched from . to _ in the theme options to be consistent. Having base_size and plot.type was probably confusing.
-
The base fone size has been switched to 11 to match the default ggplot2 size.
-
I have added in an option (grid_thick) to make grid lines thinner or thicker.