neuralib.atlas.plot.plot_structure_tree
- neuralib.atlas.plot.plot_structure_tree(starting_node=None, output=None)[source]
Show tree for the brain structure
- Parameters:
starting_node (str | None) – starting node for rendering the tree. If None, then plot all
output (str | Path | bytes | BinaryIO | BufferedIOBase | BufferedReader | None) – output file txt. print if None
- Return type:
None