Method: Tk::Tcllib::Plotchart::IsometricPlot#plot_circle
- Defined in:
- lib/tkextlib/tcllib/plotchart.rb
#plot_circle(*args) ⇒ Object
args := xc, yc, radius, color
655 656 657 658 |
# File 'lib/tkextlib/tcllib/plotchart.rb', line 655 def plot_circle(*args) # args := xc, yc, radius, color tk_call_without_enc(@chart, 'plot', 'circle', *(args.flatten)) self end |