- Added
trim_whitespace
for removing whitespace around an image
- Re-implemented
gg_rescale_
functions- Now uses the theme's
aspect.ratio
instead ofcoord_equal
- Now uses the theme's
- Added support for the changes in ggplot2 2.2.0
- Now that
theme
uses named arguments,gg_supports_theme_attribute
now examinestheme
's formal arguments instead of looking intheme_grey
- Moved
panel.margin
andlegend.margin
topanel.spacing
andlegend.spacing
- Explicitly setting a few legend properties in
theme_bdc_grey
- Updated
gg_rescale
to work with changed format of plot objects
- Now that
- ggplot2 2.2.0 is now required for ease of maintenance
- Removed checks for subtitle and caption support
- Fixed support for subtitles and captions in theme_bdc_microtiter (thanks @WadeDavis)
- Support for subtitles and captions only when development version is used
- Updated
theme_bdc_microtiter
- Now compatible with cowplot::switch_axis_position
- Updated
theme_bdc_grey
- Works properly with ggplot2
- Added support for subtitle and caption
- Merged in facet strip formatting from
theme_bdc_simplefacets
- Updated
theme_bdc_microtiter
- Works properly with ggplot2
- Added support for subtitle and caption
- Updated
theme_bdc_lattice_population
- Works properly with ggplot2
- Added support for subtitle and caption
- Added gganimate example
- Now based on
ggplot2::theme_void
- Updated
theme_bdc_paneled
- Works properly with ggplot2
- Added support for subtitle and caption
- Added
rockpaperscissors
data set, a spatial simulation of rock, paper, scissors - Added
gg_remove_ticks
functions- Removed
remove_ticks
- Removed
- Added
gg_remove_titles
functions- Removed
remove_titles
- Removed
- Simplified
span
implementation- Added unit tests for span
- Renamed
rescale_plot
,rescale_golden
, andrescale_square
asgg_rescale
,gg_rescale_golden
, andgg_rescale_square
, respectively- All now share the same man page
- Removed
theme_bdc_black
- Removed
theme_bdc_simple
- Removed
theme_bdc_simplefacets
- Removed
coord_golden
,coord_square
,ratio_golden
, andratio_square
- Added theme_bdc_lattice_population
- rescale_plot now uses the axis ranges instead of the data ranges when calculating the appropriate ratio
- Added rescale_plot function, which re-scales a plot to a given ratio
- rescale_golden and rescale_square now call rescale_plot
- Created NEWS file