| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-03-11 | 1.1 kB | |
| see 0.11.0 source code.tar.gz | 2025-03-11 | 2.1 MB | |
| see 0.11.0 source code.zip | 2025-03-11 | 2.4 MB | |
| Totals: 3 Items | 4.6 MB | 0 | |
Changes
-
All
theme_*()function get a...argument that is passed toggplot2::theme(). -
Arguments that change the size of elements in
theme_*()functions (likeplot.title.sizeoraxis.text.sizenow scale with thebase_sizeargument, to ensure proper scaling of plots when the base-size is changed. -
Added a new theme,
theme_azurelight(), with a light-blue character, and reduced use of grid lines. -
theme_modern()now recognizes ashow.ticksargument, to add tick marks to the plot and slightly increase the distance between axis labels and the related axis. -
Color scale functions (those starting with
scale_*()) get a new"gradient"palette, which are simply the color values for blue and orange colors from that palette. Furthermore, color scale functions now automatically select an appropriate palette (usually,"contrast"or"gradient") depending on whether discrete or continuous color scales are requested.
Bug fixes
- Fixed issue with adding prior layers to plots from
estimate_density().