Method: Tk::Tcllib::Plotchart::PolarPlot#plot

Defined in:
lib/tkextlib/tcllib/plotchart.rb

#plot(series, radius, angle) ⇒ Object



569
570
571
572
573
# File 'lib/tkextlib/tcllib/plotchart.rb', line 569

def plot(series, radius, angle)
  tk_call_without_enc(@chart, 'plot', _get_eval_enc_str(series),
                      radius, angle)
  self
end