Feature Requests: Browse | Submit New | Admin

[#15550] Support missing values

Date:
2007-11-11 14:49
Priority:
3
Submitted By:
Nobody
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
Support missing values

Detailed description
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: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item