Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.

1.1.0

Compare
Choose a tag to compare
@jpivarski jpivarski released this 18 Jun 14:24
· 52 commits to master since this release
a09c79c

Several bug-fixes and features:

  • Added PlottingChain.heatmap for two-dimensional histograms.
  • Added a grid function for arranging plots in a rectangular grid.
  • Fixed Combination classes (overlay, beside, below, and now grid) to be composable.
  • Fixed #24: fill can accept a mix of array and scalar data.
  • Fixed #23: named constants (like pi, e, inf, nan) are only assumed to be constants if not specified in fill.
  • Removed dependency on the Meta library.