Class: Charty::Series
- Inherits:
-
Struct
- Object
- Struct
- Charty::Series
- Defined in:
- lib/charty/plotter.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
-
#xerr ⇒ Object
Returns the value of attribute xerr.
-
#xs ⇒ Object
Returns the value of attribute xs.
-
#yerr ⇒ Object
Returns the value of attribute yerr.
-
#ys ⇒ Object
Returns the value of attribute ys.
-
#zs ⇒ Object
Returns the value of attribute zs.
Instance Attribute Details
#label ⇒ Object
Returns the value of attribute label
163 164 165 |
# File 'lib/charty/plotter.rb', line 163 def label @label end |
#xerr ⇒ Object
Returns the value of attribute xerr
163 164 165 |
# File 'lib/charty/plotter.rb', line 163 def xerr @xerr end |
#xs ⇒ Object
Returns the value of attribute xs
163 164 165 |
# File 'lib/charty/plotter.rb', line 163 def xs @xs end |
#yerr ⇒ Object
Returns the value of attribute yerr
163 164 165 |
# File 'lib/charty/plotter.rb', line 163 def yerr @yerr end |
#ys ⇒ Object
Returns the value of attribute ys
163 164 165 |
# File 'lib/charty/plotter.rb', line 163 def ys @ys end |
#zs ⇒ Object
Returns the value of attribute zs
163 164 165 |
# File 'lib/charty/plotter.rb', line 163 def zs @zs end |