diff --git a/docs/news/index.html b/docs/news/index.html index 75d7af5f..bd699c76 100755 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -154,12 +154,12 @@
New features:
"weave"
and "swarm"
layouts for dots geoms (#64). These provide alternative layouts that keep datapoints in their actual positions on the data axis. The "weave"
layout maintains rows but not columns and works well for quantile dotplots; the "swarm"
layout uses the "compactswarm"
method from beeswarm::beeswarm()
(courtesy James Trimble) and works well on sample data. See the dotplot section of vignette("slabinterval")
for comparisons.unit()
to specify bin widths manually for dots geoms and stats, which can be helpful when you need dotplots across facets to have the same bin width (#53).unit()
to specify bin widths manually for dots geoms and stats, which can be helpful when you need dotplots across facets to have the same bin width (#53).New documentation: