make_heatmap_plots module¶
Created on Fri Apr 17 12:33:52 2020
@author: alice
-
make_heatmap_plots.
make_heatmap_plot
(dates, attribute_dict, title)¶ Make heatmap plot of the attribute in attribute_dict over time, presumably hours on xaxis, days on yaxis.
- Parameters
dates (list) – list of timestamps for each datapoint.
attribute_dict (dict) – dictionary of attributes of form {‘Attribute Name’: list of the attribute over time}.
title (str) – title of heatmap plot, same as Attribute Name.
- Returns
None. Opens plot.