-
New layer
stat_summary()
.See: example notebook.
-
New layer
stat_summary_bin()
.See: example notebook.
-
New layer
stat_ecdf()
.See: example notebook.
-
New layer
geom_function()
.See: example notebook.
-
Tooltips for
geom_step()
.See: example notebook.
-
In tooltip customization API:
disable_splitting()
function to hide side tooltips [LPK-189].See: example notebook.
-
Variadic lines with
size
andcolor
mapping ingeom_line()
andgeom_path()
.
See: example notebook. -
geom_pie()
:stroke
andcolor
aesthetics - the width and color of the pie sector arcs.stroke_side
parameter - which arcs should have a stroke (inner, outer, both).spacer_width
andspacer_color
parameters - lines between sectors.
The
stroke_color
parameter is no longer supported.See: example notebook.
-
New named system colors: "pen", "paper", "brush".
See: example notebook.
-
New theme:
theme_void()
[#830].See: example notebook
-
[BREAKING]
geom_boxplot()
no longer support parametersampling
. -
[BREAKING]
geom_pointrange()
:size
aesthetic shouldn't affect line width [#751]:linewidth
aesthetic is used for line width,size
- for mid-point size only. -
Reduce the default
width
/height
values forgeom_errorbar()
. -
Change the default
position
value from'identity'
to'dodge'
forgeom_errorbar()
,geom_pointrange()
andgeom_linerange()
. -
geom_boxplot()
: thesize
andstroke
parameters started to affect outliers.
- ggsave: saving geomImshow() to SVG produces fuzzy picture [LPK-188].
- ggsave: saving geomImshow() to raster format produces fuzzy picture.
- geom_livemap: memory leak when re-run cells without reloading a page.
- Fix placement of horizontal tooltips: when there is not enough height for all tooltips, the nearest one should be used.
geom_path
doesn't support different colors for segments [#313].- Weird tooltip/legend in case of extremely long value [#315].
- Add
stat_summary
,stat_summary_bin
to ggplot [#316]. geom_boxplot()
doesn't apply alpha to outliers [#754].- ggsave() doesn't save geom_raster() layer to a file [#778].
- geom_crossbar aesthetics take
middle
argument instead ofy
[#804]. - panning on interactive map should be more responsive [#336].