Releases: has2k1/mizani
Releases · has2k1/mizani
v0.14.4
v0.14.3
- Fixed bug in
hue_palwhere drawing 24 or more colors broke the palette and you got colors from a very narrow hue band close to the first color.
Full Changelog: v0.14.2...v0.14.3
v0.14.2
v0.14.1
v0.14.0
API Changes
- Changed hue_pal to use HCL color space from HSL (or HSLuv) space. The previous functionality is now available with hls_pal.
- breaks_date now only accepts parameter n, the desired number of breaks. To generate breaks by the width, use breaks_date_width.
New
- Added tableau color in the "tab:*" colorname space. e.g. "tab:red".
- breaks_width to generate numeric breaks by specifying the width (interval between the breaks).
- breaks_timedelta_width to generate timedelta breaks by specifying the width (interval between the breaks).
Enhancements
- Added name "gray" aliases to all XKCD colors partially named "grey".
- New algorithms to calculate datetime breaks by either n the desired number of breaks or width the interval between the breaks. When using the new breaks_date_width, you can align the dates by using an offset. (#58)
v0.13.5
Bug Fixes
- Fixed using a discrete palette and requesting less colours than than the smallest swatch in the palette. Among the affected palettes are
category10,category20,category20b,category20c.
Full Changelog: v0.13.4...v0.13.5