Method: Tk::Tcllib::Plotchart::Piechart#plot
- Defined in:
- lib/tkextlib/tcllib/plotchart.rb
#plot(*dat) ⇒ Object
argument is a list of [label, value]
918 919 920 921 |
# File 'lib/tkextlib/tcllib/plotchart.rb', line 918 def plot(*dat) # argument is a list of [label, value] tk_call(@chart, 'plot', dat.flatten) self end |