Skip to content

v0.5.0

Choose a tag to compare

@zacharygraziano zacharygraziano released this 21 Sep 21:36
· 213 commits to master since this release

0.5.0 - 2018-09-21

Added

  • ComponentGroup for combining plot components
  • RGBA extractors on colors
  • Cumulative and density binning for histograms
  • Ability to display a box plot with a mean line
  • Support for rendering plots in Jupyter Scala
  • displayPlot now remembers the last save directory.
  • Support for clustered box plots.
  • Option to display the data's mean as a dashed line on box plots.
  • MultilineText utility to respect newlines in text.

Changed

  • BoxPlotRenderer now takes clusterSpacing parameter (breaking)
  • Broken fixedBounds option no longer on continuousAxis (breaking)

Fixed

  • Bug in the spacing and sizing of bars in clustered bar charts.