neuralib.atlas.plot

neuralib.atlas.plot.plot_sunburst_acronym(output=None)[source]

Plot allen brain structure tree interactive plot

Parameters:

output (str | Path | bytes | BinaryIO | BufferedIOBase | BufferedReader | None) – figure output path, otherwise, render interactively

Returns:

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