Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.56 KB

NEWS.md

File metadata and controls

46 lines (37 loc) · 1.56 KB

ggplot2bdc 0.2.0

  • 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
  • Added gg_remove_titles functions
    • Removed remove_titles
  • Simplified span implementation
    • Added unit tests for span
  • Renamed rescale_plot, rescale_golden, and rescale_square as gg_rescale, gg_rescale_golden, and gg_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, and ratio_square

ggplot2bdc 0.1.7

  • Added theme_bdc_lattice_population

ggplot2bdc 0.1.6

  • rescale_plot now uses the axis ranges instead of the data ranges when calculating the appropriate ratio

ggplot2bdc 0.1.5

  • 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