Jupyter DCES example plots

Some example plots using Jupiter and DCES gathered data.

Building 613

In [4]:
building = "613"

Dust alerts

In [5]:
my_plot = custom_heatmap_plot.Custom_heatmap_plot("dust", building, days)

my_plot.plot()

Temperature

In [6]:
my_plot = custom_heatmap_plot.Custom_heatmap_plot("temperature", building, days)

my_plot.plot()

Humidity

In [7]:
my_plot = custom_heatmap_plot.Custom_heatmap_plot("humidity", building, days)

my_plot.plot()