This is a patch release mainly focusing on preparing tidyplots for the upcoming release of ggplot2 3.6.0.
as_tidyplot()
. Converting a ggplot
to a tidyplot probably never was a good idea.%>%
to the base R pipe
|>
in both the documentation and code (#55, #56)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.limits
parameter of adjust_x_axis()
and adjust_y_axis()
had no effect when combined with
add_count_*()
(#41).colors_discrete_rainbow
(@electrolars,
#35).save_plot()
gains view_plot
argument to
control whether to view the plot on screen after saving (#40).add_annotation_text()
,
add_annotation_rectangle()
,
add_annotation_segment()
for including annotation at
specific coordinates (#38).add_sd_errorbar()
and
add_sd_ribbon()
is now shown as one time SD, not 2 times SD
as before. Thanks to @awata25 for spotting this (#25).dodge_width
is now determined by a
heuristic (#13).theme_minimal_*()
now have axis
ticks.colors_discrete_alger
suggested by
@loukesio
(#18).adjust_theme_details()
(#23)fontsize
, family
,
face
, and color
in
adjust_title()
, adjust_caption()
,
adjust_x_axis_title()
, adjust_y_axis_title()
,
and adjust_legend_title()
for more detailed control over
fonts (#24).tidycolor
for color schemes. The print
method of tidycolor
sends a html preview of the color
scheme to the RStudio viewer panel.new_color_scheme()
to create custom color
schemes.colors_discrete_
, colors_continuous_
and
colors_diverging_
.adjust_colors()
now also works with too few or too many
provided colors.adjust_x_axis()
and
adjust_y_axis()