tidyplots
Tidy Plots for Scientific Papers
tidyplots keeps rebuilding its own foundations rather than layering around them.
◆Recent moves
- 7mo ago
tidyplots 0.4.0
split_plot() is rebuilt on ggplot2's faceting functions instead of patchwork::wrap_plots(), which fixes legend glitches and unlocks splitting by two variables through facet_grid, at the cost of eventually breaking patchwork-based code. An engine swap rather than a new capability, but it commits the package further to ggplot2's own model of multi-panel layout.
View source ↗ - 1y ago
tidyplots 0.3.1
Statistical testing gains paired and selected comparisons, and styling becomes systematic: a my_style function parameter plus session-wide tidyplots_options() for width, height, unit and dodge width. The first release where a user can set house defaults once rather than per plot.
View source ↗ - 1y ago
tidyplots 0.2.2
Mostly preparation for ggplot2 3.6.0, with as_tidyplot() hard-deprecated on the reasoning that converting an existing ggplot was never a sound idea. Documentation and code move to the base R pipe. A release defined by what the package has decided not to be.
View source ↗ - 1y ago
tidyplots 0.2.1
Adds coordinate-anchored annotations — text, rectangles and segments — which is what figures need before they are submission-ready. Also corrects the bundled energy dataset to true TWh values and renames its power variable, breaking any code that used it.
View source ↗ - 1y ago
tidyplots 0.2.0
Fixes a consequential error: add_sd_errorbar() and add_sd_ribbon() had been drawing two standard deviations while labelling them as one, so any figure made with earlier versions overstates its error bars. Alongside, detailed font control across titles and legends and a new adjust_theme_details().
View source ↗ - 1y ago
tidyplots 0.1.2
Colour becomes a first-class subsystem: a tidycolor S3 class that previews schemes in the RStudio viewer, new_color_scheme() for custom palettes, and built-in discrete, continuous and diverging sets. The foundation the later palette additions build on.
View source ↗