Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

heatmap plot disconnected from the date axis #4

Open
cycustodio opened this issue Oct 28, 2014 · 0 comments
Open

heatmap plot disconnected from the date axis #4

cycustodio opened this issue Oct 28, 2014 · 0 comments
Assignees
Labels

Comments

@cycustodio
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants