mmc.Hierarchy.display()
-
Hierarchy.display(plot=False, return_graph=False, supress_labels=False, node_width=4, node_height=1, font_mult=1) Display the hierarchy in a user-friendly format.
Parameters: - plot (
bool(default:False)) – Whether to display as a plot (True) or as text (False) - return_graph (
bool(default:False)) – Whether to return the graph object (if plot = True) - supress_labels (
bool(default:False)) – Whether to not display the high-confidence thresholding rules used to identify subsets - node_width (
int(default:4)) – Width of the nodes within the hierarchy display - node_height (
int(default:1)) – Height of the nodes within the hierarchy display - font_mult (
float(default:1)) – Font size is 16 times this font multiplier
Return type: If return_graph, returns pydot.graph_from_dot_data graph
- plot (