Module: Rubyvis::Histogram::Bin
- Defined in:
- lib/rubyvis/histogram.rb
Instance Attribute Summary collapse
-
#dx ⇒ Object
Returns the value of attribute dx.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#dx ⇒ Object
Returns the value of attribute dx.
7 8 9 |
# File 'lib/rubyvis/histogram.rb', line 7 def dx @dx end |
#x ⇒ Object
Returns the value of attribute x.
7 8 9 |
# File 'lib/rubyvis/histogram.rb', line 7 def x @x end |
#y ⇒ Object
Returns the value of attribute y.
7 8 9 |
# File 'lib/rubyvis/histogram.rb', line 7 def y @y end |