v0.0.20-SNAPSHOT
Pre-release
Pre-release
·
840 commits
to master
since this release
[0.0.20-SNAPSHOT] - 2020-06-25
Added
- facet_grid()
- coord_fixed()
- labs(), xlab(), ylab()
- lims(), xlim(), ylim()
- Geoms:
- geom_jitter()
- geom_bin2d(), stat_bin2d()
- geom_contour(), stat_contour()
- geom_contourf()
- geom_density2d(), stat_density2d()
- geom_density2df()
- geom_smooth(), stat_smooth()
- stat_bin()
- Manual scales:
- scale_fill_manual(), scale_color_manual()
- scale_size_manual()
- scale_shape_manual()
- scale_linetype_manual()
- scale_alpha_manual()
- Identity scales:
- scale_color_identity(), scale_fill_identity()
- scale_shape_identity()
- scale_linetype_identity()
- scale_alpha_identity()
- scale_size_identity()
- Positional scales:
- scale_x_continuous(), scale_y_continuous()
- scale_x_discrete(), scale_y_discrete()
- Brewer color scales:
- scale_color_brewer(), scale_fill_brewer()
Changed
- theme() is now a fluent interface.
Fixed:
- theme composition wasn't working.