Skip to content

3.6.0

Compare
Choose a tag to compare
@timelyportfolio timelyportfolio released this 18 May 02:26
· 2134 commits to master since this release

New Features & Changes

  • Many improvements to the subplot() function
    1. ggplot2 objects are now officially supported (#520).
    2. Several new arguments allow one to synchronize x/y axes (#298), height/width (#376), hide/show x/y axis titles.
    3. A list of plots can now be passed to the first argument.
    4. A new vignette with examples and more explanation can be accessed via vignette("subplot").
  • ggplotly() is now a generic function with a method for ggmatrix objects.
  • plotly_build() is now a generic function.

Bug Fix

  • Column facet strips will no longer be drawn when there is only one column.