ggstatsplot 0.10.0
BREAKING CHANGES
- The
output
parameter for all functions has been removed. All functions now
return only the plot, which itself contains all necessary details that were
previously extracted using theoutput
argument. You can extract all the
necessary details (including expressions containing statistical details)
from a plot usingextract_stats()
function. There are two additional helpers
to get expressions:extract_subtitle()
andextract_caption()
.
MAJOR CHANGES
-
xfill
andyfill
arguments forggscatterstats()
have been removed. You
can specify all aesthetic modifications for side histograms in scatter plot
usingxsidehistogram.args
andysidehistogram.args
arguments. -
Updates to changes made in the latest
{ggplot2}
release (3.4.0
).