Fixed an issue where we silently got nans returned as part of data2samples (failed to identify when default values were not specified).
Also incorporated suggestions from #40 and #39.
separate colors for each contour in corner plots can be passed as a list via the color kwarg. There is now a separate kwarg to specify the color of the 1D distributions (cleverly called color1D to match the style of filled and filled1D), which is required if color is not a string.
rotate the twin'd axes labels if specifying alternate_units
updated logic for computing the entropy to explicitly deal with the normalization.
Fixed an issue where we silently got nans returned as part of data2samples (failed to identify when default values were not specified).
Also incorporated suggestions from #40 and #39.
color
kwarg. There is now a separate kwarg to specify the color of the 1D distributions (cleverly calledcolor1D
to match the style offilled
andfilled1D
), which is required ifcolor
is not a string.