Method: Charty::Plotters::LinePlotter#err_params=
- Defined in:
- lib/charty/plotters/line_plotter.rb
#err_params=(val) ⇒ Object
parameters to draw error bars/bands
146 147 148 149 150 151 |
# File 'lib/charty/plotters/line_plotter.rb', line 146 def err_params=(val) unless val.nil? raise NotImplementedError, "Specifying `err_params` is not supported" end end |