Module: Rubyvis::Histogram::Bin

Defined in:
lib/rubyvis/histogram.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dxObject

Returns the value of attribute dx.



7
8
9
# File 'lib/rubyvis/histogram.rb', line 7

def dx
  @dx
end

#xObject

Returns the value of attribute x.



7
8
9
# File 'lib/rubyvis/histogram.rb', line 7

def x
  @x
end

#yObject

Returns the value of attribute y.



7
8
9
# File 'lib/rubyvis/histogram.rb', line 7

def y
  @y
end