Skip to content

tidyplots 0.2.1

Latest
Compare
Choose a tag to compare
@jbengler jbengler released this 20 Jan 06:05

Breaking changes

  • The energy dataset has been updated to contain the correct energy values in TWh. The variable power has been renamed to energy. This change will affect all code that uses the energy dataset.

Bug fixes

  • The limits parameter of adjust_x_axis() and adjust_y_axis() had no effect when combined with add_count_*() (#41).

Improvements

  • New color scheme colors_discrete_rainbow (@electrolars, #35).
  • save_plot() gains view_plot argument to control whether to view the plot on screen after saving (#40).
  • New add_annotation_text(), add_annotation_rectangle(), add_annotation_segment() for including annotation at specific coordinates (#38).