Releases: Marsilea-viz/legendkit
Releases · Marsilea-viz/legendkit
v0.3.3
Fix wrong field in pyproject.toml
v0.3.2
- Fix #20
- Legend now supports adding line on marker, the same behavior as matplotlib's default legend
v0.3.0
colorart
supports BoundaryNorm
- Change the default behavior of
loc
, for legend will default to best
, for other will default to out right center
v0.2.7
- Now we support more handles that are available in
matplotlib.markers
v0.2.6
- Axis tick and label will align definitely in
ColorArt
v0.2.4
- Minorticks of
Colorbar
are styled
Colorart
should work with CenteredNorm
and AsinhNorm
.
- Ensure the ticklabels of
Colorart
are at the correct position.