Method: Tk::Tcllib::Plotchart::Barchart3D#plot
- Defined in:
- lib/tkextlib/tcllib/plotchart.rb
#plot(label, yvalue, color) ⇒ Object
807 808 809 810 811 |
# File 'lib/tkextlib/tcllib/plotchart.rb', line 807 def plot(label, yvalue, color) tk_call_without_enc(@chart, 'plot', _get_eval_enc_str(label), _get_eval_enc_str(yvalue), color) self end |