biotaphy.common.plots
Module containing tools for plotting tree nodes.
Module Contents
Functions
|
Creates distribution plots for each of the nodes in the tree. |
- biotaphy.common.plots.create_distribution_plots(lm_tree, node_matrix, output_directory)[source]
Creates distribution plots for each of the nodes in the tree.
- Parameters
lm_tree (TreeWrapper) – A Lifemapper tree object.
node_matrix (Matrix) – A Lifemapper Matrix object with rows matching the nodes in the provided tree.
output_directory (str) – A directory where the output plots should be written.