Skip to content

loon 1.3.4 ... St. Paddy Release

Compare
Choose a tag to compare
@rwoldford rwoldford released this 16 Mar 20:48
· 201 commits to master since this release
c64ab3c

Since 1.3.1:

  • A new vignette

    • "Logical queries in interactive graphics"
      Explains how to use loon's interactive plots and inspector to construct logical
      queries on the displayed data.
  • New features

    • For a loon histogram, if the input is a list, the histogram will be split into multiple panels.
    • Andrews plots added to serial axes
    • New statistical layer ... l_layer_smooth()
  • Major changes/improvements

    • Updated linking to once again be more natural (See News)
  • Minor changes/improvements

    • a single point plot can now be drawn with polygon glyph
    • l_pairs() pan and zoom properly when histograms are shown on the diagonal
    • progress bars added for pairs (and other l_compounds) when there are a lot of plots to be constructed.
    • compound plots (e.g. pairs plots) now accept any parent (permits packing as part of some more complex user defined plot)
    • more reasonable default value for showFactors argument of l_hist() for factors and character vectors
    • improved documentation on l_layer(), and l_plot_arguments
    • more meaningful names to grobs when loonGrob() is called on an l_compound
  • Minor bug fixes

    • improved parsing on by argument on facets