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

Smooth graphs #934

Closed
robin13 opened this issue Feb 11, 2014 · 6 comments
Closed

Smooth graphs #934

robin13 opened this issue Feb 11, 2014 · 6 comments

Comments

@robin13
Copy link
Contributor

robin13 commented Feb 11, 2014

I'm playing with some other data sources - home automation, and temperatures in the house. I generate a histogram with a line, every so often there's a 5-minute time period without a value, which causes these artificial spikes to zero - these are not data points, just graphing anomalies.

http://i.imgur.com/OAALmSQ.png
http://i.imgur.com/kDfZRKT.png

These thermometers report every 5 minutes, but sometimes there is a radio transfer error so there can be more time between events. Is there any way (other than displaying the mean over 10/20/30 minutes) to smooth over missing data?

Cheers,

-Robin-

@turf00
Copy link

turf00 commented Feb 21, 2014

+1 I have the same issue with my graphs and it would be nice if this could be fixed. I have also verified that there are no data points with zero values but the graph still shows that.

@rashidkpc
Copy link
Contributor

The solution to this problem is an option to disable zero filling, there is a pull out that I've not yet had the time to evaluate.

@dakotahNorth
Copy link

+1 ... zero filling is extremely misleading as at times I don't know if there is actually a zero in the data or if it is because of this issue.

@mohitarora
Copy link

Can you please merge the corresponding pull request? Zero dips are misleading.

@Evanthx
Copy link

Evanthx commented Apr 8, 2014

Have been researching why my graphs are jumping to zero and just found this - so I second the plea to please merge this pull request!

@dakotahNorth
Copy link

Pull request is #612

rashidkpc pushed a commit that referenced this issue Apr 10, 2014
Add option to disable zero filling. Closes #612. Closes #934
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants
@turf00 @robin13 @rashidkpc @mohitarora @Evanthx @dakotahNorth and others