-
Tooltips for
geom_step()
.See: example notebook.
-
In tooltip customization API:
disable_splitting()
function to hide side tooltips [LPK-189].See: example notebook.
-
[BREAKING]
geom_boxplot()
no longer support parametersampling
. -
[BREAKING]
geom_pointrange()
:linewidth
aesthetic is used for line width,size
- for mid-point size only. -
Reduce the default
width
/height
values forgeom_errorbar()
.
- 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.