- updated documentation, thanks to @romagnolid
- fixed unit error when creating shared axes, thanks to @martinschmelzer
- fix
jitter.seed
argument forgeom_boxjitter
- internal changes in
facet_share
to make it compatible with new versions ofggplot2
andgrid
geom_confmat
for easy embedding of confusion matrices inggplot2
pipeline.
geom_arcbar
permits settingsep = 0
for no separation between individual parts.
StatBoxJitter
now inherits fromStatBoxplot
rather thanStat
, making for slimmer bars.geom_boxjitter()
does not requirex
argument anymore.- Added import of
ggplot2::resolution()
,ggplot2::alpha()
,ggplot2::position_dodge2()
andggplot2:PositionJitter
togeom_boxjitter()
. (#2) - Added import of
ggplot2::.pt
togeom_bartext()
. - Added import of ``grid::unit()
,
ggplot2::zeroGrob()` and `ggplot2::render_axes()` to `facet_share()`.
facet_share
fixed forggplot
version3.0.0
.
geom_bartext
for otherwise overlapping bar chart labels
facet_share
axis spacing has been fixed for vertical direction
- First commit
facet_share
for two plots sharing an axisgeom_arcbar
for arc bar diagrams with optional spacinggeom_boxjitter
for hybrid boxplots with optional errorbarsgeom_circle
for circles with given radiusgeom_parliament
for parliament diagramsgeom_tshighlight
for timeseries highlighting