ggpol 0.0.7
Minor changes
- updated documentation, thanks to @romagnolid
- fixed unit error when creating shared axes, thanks to @martinschmelzer
ggpol 0.0.6
Minor changes
- fix jitter.seedargument forgeom_boxjitter
- internal changes in facet_shareto make it compatible
with new versions ofggplot2andgrid
ggpol 0.0.5
New features
- geom_confmatfor easy embedding of confusion matrices
in- ggplot2pipeline.
Minor changes
- geom_arcbarpermits setting- sep = 0for no
separation between individual parts.
ggpol 0.0.4
Minor changes
- StatBoxJitternow inherits from- StatBoxplotrather than- Stat, making for
slimmer bars.
- geom_boxjitter()does not require- xargument anymore.
- Added import of ggplot2::resolution(),ggplot2::alpha(),ggplot2::position_dodge2()andggplot2:PositionJittertogeom_boxjitter(). (#2)
- Added import of ggplot2::.pttogeom_bartext().
- Added import of `grid::unit(),ggplot2::zeroGrob()andggplot2::render_axes()tofacet_share().
ggpol 0.0.3
Minor changes
- facet_sharefixed for- ggplotversion- 3.0.0.
ggpol 0.0.2
New features
- geom_bartextfor otherwise overlapping bar chart
labels
Minor changes
- facet_shareaxis spacing has been fixed for vertical
direction
ggpol 0.0.1
Major changes
New features
- facet_sharefor two plots sharing an axis
- geom_arcbarfor arc bar diagrams with optional
spacing
- geom_boxjitterfor hybrid boxplots with optional
errorbars
- geom_circlefor circles with given radius
- geom_parliamentfor parliament diagrams
- geom_tshighlightfor timeseries highlighting