Skip to content

Releases: daattali/ggExtra

ggExtra v0.11.0

01 Sep 15:04

Choose a tag to compare

  • DEPRECATION NOTICE The runExample() function is no longer required since {shiny} version 1.8.1 (March 2024). You can now use shiny::runExample("ggMarginal", package = "ggExtra") instead of ggExtra::runExample(). (#180)
  • Removed deprecated call to ggplot2's ..density.. (#175)
  • Removed deprecated call to ggplot2's aes_string() (#175)

ggExtra v0.10.1

21 Aug 14:37

Choose a tag to compare

Fixed issue where grouped boxplots and violin plots were variable widths (#173)

ggExtra 0.8

04 Apr 15:15

Choose a tag to compare

NEW FEATURES

  • Added support for violin plots (#62)
  • Added support for mapping colour from the scatter plot to colour/fill in the marginal plots (#61)

BUX FIXES

  • Make sure marginal data comes from correct data frame (#67)
  • Fix #81: many issues when the x or y axis have custom scales applied (#101)
  • Fix #99: plot subtitle was in the wrong position when no title was used (#103)

ggExtra 0.7

24 Jun 03:38

Choose a tag to compare

  • Complete refactoring of ggMarginal()
  • added visual unit test
  • added tests over different versions of ggplot2 to ensure compatibility over time
  • added arguments to rotateTextX()

ggExtra 0.6

11 Nov 19:02

Choose a tag to compare

Support new ggplot2 version 2.2.0 (ggplot2 internal code changed a lot, so this version will not work with older ggplot2)

Old CRAN version, initial GitHub release

25 Jul 10:00

Choose a tag to compare