See: https://github.com/grantmcdermott/tinyplot/blob/main/NEWS.md
What's Changed
- Better preserve facet attributes by @zeileis in #209
- Modularize: Minor PR by @vincentarelbundock in #214
- Coerce x/y/by from character to factor by @zeileis in #219
- lim_args was updating xlim and ylim even if specified by @mclements in #221
- Support axis flipping by @grantmcdermott in #216
- Support custom types by @vincentarelbundock in #222
- Export type_histogram by @grantmcdermott in #232
- Support
grid()
args in tpar by @grantmcdermott in #237 - Add
se
arg to type_loess by @grantmcdermott in #238 - Type spline by @grantmcdermott in #241
- Miscellaneous documentation improvements by @grantmcdermott in #242
- Spineplots and spinograms for factor y-variables by @zeileis in #233
- Issue #225 Deprecate ribbon.alpha by @vincentarelbundock in #244
plt_add()
by @vincentarelbundock in #246draw
argument by @grantmcdermott in #245- type_function by @vincentarelbundock in #250
- Types:
abline
,hline
,vline
by @vincentarelbundock in #249 - QQ plots by @vincentarelbundock in #251
tinyplot_add
call multiple times by @vincentarelbundock in #256- news clean-up by @vincentarelbundock in #254
- tinyplot_add first argument can be unnamed by @vincentarelbundock in #259
- Free scale facet axes by @grantmcdermott in #253
- Issue #265
col
,lty
and friends should not betype_abline()
arguments by @vincentarelbundock in #266 type_ridge()
by @vincentarelbundock in #252- Pass type arguments through dots by @zeileis in #267
- Themes by @vincentarelbundock in #258
- Add type_summary by @grantmcdermott in #274
- Add type_rug() by @grantmcdermott in #276
- Consistent decimals for gradient legends by @grantmcdermott in #277
type_text()
by @vincentarelbundock in #281- Fixing minor error in the
type_text()
by @vincentarelbundock in #283 - Add type_density() function by @grantmcdermott in #284
- intro plt() alias discussion by @vincentarelbundock in #262
- ylevels reordering in type_ridge() by @zeileis in #270
- Bandwidth selection in type_density and type_ridge by @zeileis in #291
- Update type_histogram.R by @eleuven in #288
- Support additional
type_hist()
args by @grantmcdermott in #296 - Make
tinytheme()
play nicer with ridge and spineplot types by @grantmcdermott in #298 - type_ridge: joint.max=all/facet/by instead of global.max=TRUE/FALSE by @zeileis in #292
- tinytheme("ridge(2)") by @grantmcdermott in #302
- CRAN v0.3.0 by @grantmcdermott in #304
New Contributors
- @mclements made their first contribution in #221
- @eleuven made their first contribution in #288
Full Changelog: v0.2.1...v0.3.0