Releases: erocoar/ggpol
Releases · erocoar/ggpol
ggpol 0.0.7
ggpol 0.0.7
New features
geom_confmat
for easy embedding of confusion matrices inggplot2
pipeline.
Minor changes
- 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_arcbar
permits settingsep = 0
for no separation between individual parts.
ggpol 0.0.4
Minor changes
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()
andggplot2::render_axes()
tofacet_share()
.