Method: Tk::Tcllib::Plotchart::IsometricPlot#plot_circle

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

#plot_circle(*args) ⇒ Object

args := xc, yc, radius, color



654
655
656
657
# File 'lib/tkextlib/tcllib/plotchart.rb', line 654

def plot_circle(*args) # args := xc, yc, radius, color
  tk_call_without_enc(@chart, 'plot', 'circle', *(args.flatten))
  self
end