Feature Requests: Browse | Submit New | Admin
Ideally, gruff should support missing values (nil) in the middle of the dataset - this will mean that there is no data for a range of values. I made a change to line.rb in method draw: I replaced: next if data_point.nil? with if data_point.nil? prev_x = prev_y = nil next end
Add A Comment: