This repository has been archived by the owner on Mar 31, 2019. It is now read-only.
1.1.0
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 nowgrid
) 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 infill
. - Removed dependency on the Meta library.