You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).