File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ def print_tree(
6868 """Print tree to console, starting from `tree`.
6969 Accepts kwargs for print() function.
7070
71+ - Able to have alias for node name if alias attribute is present, else it falls back to node_name, using `alias`
7172 - Able to select which node to print from, resulting in a subtree, using `node_name_or_path`
7273 - Able to customize for maximum depth to print, using `max_depth`
7374 - Able to choose which attributes to show or show all attributes, using `attr_name_filter` and `all_attrs`
@@ -1592,6 +1593,7 @@ def tree_to_mermaid(
15921593 Args:
15931594 tree (Node): tree to be exported
15941595 title (str): title, defaults to None
1596+ theme (str): theme or colour scheme, defaults to None
15951597 rankdir (str): layout direction, defaults to 'TB' (top to bottom), can be 'BT' (bottom to top),
15961598 'LR' (left to right), 'RL' (right to left)
15971599 line_shape (str): line shape or curvature, defaults to 'basis'
You can’t perform that action at this time.
0 commit comments