Skip to content

Releases: erocoar/ggpol

ggpol 0.0.7

09 Nov 09:49
Compare
Choose a tag to compare

ggpol 0.0.7

New features

  • geom_confmat for easy embedding of confusion matrices in ggplot2 pipeline.

Minor changes

  • updated documentation, thanks to @romagnolid
  • fixed unit error when creating shared axes, thanks to @martinschmelzer
  • fix jitter.seed argument for geom_boxjitter
  • internal changes in facet_share to make it compatible with new versions of ggplot2 and grid
  • geom_arcbar permits setting sep = 0 for no separation between individual parts.

ggpol 0.0.4

20 Sep 16:13
Compare
Choose a tag to compare

Minor changes

  • StatBoxJitter now inherits from StatBoxplot rather than Stat, making for slimmer bars.
  • geom_boxjitter() does not require x argument anymore.
  • Added import of ggplot2::resolution(), ggplot2::alpha(), ggplot2::position_dodge2() and ggplot2:PositionJitter to geom_boxjitter(). (#2)
  • Added import of ggplot2::.pt to geom_bartext().
  • Added import of grid::unit(), ggplot2::zeroGrob() and ggplot2::render_axes() to facet_share().