opengridcc / opengrid-dev

Open source building monitoring, analysis and control
Apache License 2.0
26 stars 21 forks source link

Fine-tune electricity carpet plot #113

Open WolfBerwouts opened 8 years ago

WolfBerwouts commented 8 years ago

Try to resample in time, change y-as/color scale, ... to make it more readable

rubenbaetens commented 8 years ago

Optionally: add a reference line denoting the average of all recorded days.

saroele commented 8 years ago

An additional row for the average day is a very nice idea. That's more than fine-tuning, it contains new information and insights on the average consumption profile.

I propose to implement this in the library/plotting/carpet function and provide an additional argument include_average=True if an average day is to be computed and shown.