All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.5 - 2022-10-19
.xlsx
input- if
legend_position
is set toNone
, no legend is shown
- hatches of unique values are now displayed correctly (fake coords in antarctica)
- languages with coords but no position in the tree are allowed
- better padding mechanism
0.0.4 -- 2022-09-29
- better API by @xrotwang
- pinned dependencies
0.0.3 -- 2022-09-19
hatching
for black-and-white maps with many values
text_df
can specify a filename, to be read with pandas
- missing dependencies
0.0.2 -- 2022-09-17
print_labels
(default: true): print language labels on the tree leafsleaf_lw
(default: from pyplot): line width of tree branchesconnection_lw
(default: 1): line width of the leaf-map connectionsmap_marker_lw
(default: 1): line width of the circles on the mapcolor_tree
(default: false): color the lines leading to colored nodesnonterminal_nodes
(default: false): put circle markers onto proto-notes
- if proto-nodes are present in the value dataframe, their values can be shown by activating
color_tree
and/ornonterminal_nodes
0.0.1 - 2022-08-29
Initial release