FAQ | This is a LIVE service | Changelog

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

update key to be used in lookup.

parent ef1662ba
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ def plot_similarity_matrix(input_data, **kwargs):
"""This creates the similarity plot for the given input data.
"""
simil_plot, simil_plot_axis = create_plot_with_axis(kwargs.get("figsize",
plottinginput.FIGURE_SIZES['similarity_matrix']))
plottinginput.FIGURE_SIZES['similarity matrix']))
mat_ax = simil_plot_axis.matshow(input_data["value_matrix"], interpolation="nearest")
simil_plot_axis.grid(True)
simil_plot_axis.xticks(range(len(input_data["labels"])), input_data["labels"])
......
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