Class: Charty::Series

Inherits:
Struct
  • Object
show all
Defined in:
lib/charty/plotter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



163
164
165
# File 'lib/charty/plotter.rb', line 163

def label
  @label
end

#xerrObject

Returns the value of attribute xerr

Returns:

  • (Object)

    the current value of xerr



163
164
165
# File 'lib/charty/plotter.rb', line 163

def xerr
  @xerr
end

#xsObject

Returns the value of attribute xs

Returns:

  • (Object)

    the current value of xs



163
164
165
# File 'lib/charty/plotter.rb', line 163

def xs
  @xs
end

#yerrObject

Returns the value of attribute yerr

Returns:

  • (Object)

    the current value of yerr



163
164
165
# File 'lib/charty/plotter.rb', line 163

def yerr
  @yerr
end

#ysObject

Returns the value of attribute ys

Returns:

  • (Object)

    the current value of ys



163
164
165
# File 'lib/charty/plotter.rb', line 163

def ys
  @ys
end

#zsObject

Returns the value of attribute zs

Returns:

  • (Object)

    the current value of zs



163
164
165
# File 'lib/charty/plotter.rb', line 163

def zs
  @zs
end