VOLTTRON / openeis

Other
10 stars 15 forks source link

heatmap plot disconnected from the date axis #4

Open cycustodio opened 10 years ago

cycustodio commented 10 years ago

There is a problem with the heat map. For this test I used Bldg90_1month.csv and 'heat_map' or 'heat_map_tz'.

I'm limiting the the analysis to the last 14 days on record using indexes.

for x in loads[0][start:end]:

instead of

for x in loads[0]:

Without limiting the output to 14 days, output all of the data points, we get the normal looking heatmap. heat_map_normal

With only 14 days in the output, the heatmap is separated from the dates. heat_map_disconnected

I downloaded the output csv and they look similar hence why I think it's an issue with the plotting function.