Releases: AUMAG/ausankey
Releases · AUMAG/ausankey
## 2024-12-08 v1.5
- Set xticks and xticklabels in case sankey plot is used with
ax.axis("on")
- Add additional labelling feature to annotate nodes with their relative percentages. A variety of customisation options.
- Add
value_duplicate = False
to avoid redundant labelling. - Add
label_thresh
to turn off labels for nodes below a certain size. - Add
value_fn
, as alternative tolabel_format
, which allows more generalised formatting of each value using a lambda function. - Add values to node labels when
label_values = True
. - Allow NaN or None when flows terminate.
## 2024-05-29 v1.4
- Fix alignment bug when nodes were changing their label and stopping/starting.
- Fix title alignment bug when second-to-last and last stages had different nodes on top.
- Add
top
option forlabel_loc
. - Start a doc page to collate some examples.
- Substantial code refactoring (which I sometimes worry is closer to obfuscation).
Lots of nice new options to do fancy things
v1.3 Lots of nice new options to do fancy things
Bug fix and code/doc tidy
v1.2.1 Bug fix and code/doc tidy
Bonanza of configurability
v1.2 Bonanza of configurability
Now without mixedCase syntax!
v1.1 Now without mixedCase syntax!
Initial release
v1.0 Initial release