building = "613"
my_plot = custom_heatmap_plot.Custom_heatmap_plot("dust", building, days)
my_plot.plot()
my_plot = custom_heatmap_plot.Custom_heatmap_plot("temperature", building, days)
my_plot.plot()
my_plot = custom_heatmap_plot.Custom_heatmap_plot("humidity", building, days)
my_plot.plot()