FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit aeadbe86 authored by M.D. Driver's avatar M.D. Driver
Browse files

documentation clean up.

parent 1e921994
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ LOGGER = logging.getLogger(__name__)
LOGGER.setLevel(logging.WARN)
def create_and_write_dendogram(linkage_matrix, labels, filename_stem, **kwargs):
"""This creates a dendogram plot and writesto file.
"""This creates a dendogram plot and writes to file.
"""
dendrogram_plot, dendrogram_plot_axis = create_dendogram(linkage_matrix, labels,
kwargs.get("figsize",(15,20)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment