M-File Help: plot_circle | View code for plot_circle |
Draw a circle on the current plot
plot_circle(C, R, options) draws a circle on the current plot with centre C=[X,Y] and radius R. If C=[X,Y,Z] the circle is drawn in the XY-plane at height Z.
'edgecolor' | the color of the circle's edge, Matlab color spec |
'fillcolor' | the color of the circle's interior, Matlab color spec |
'alpha' | transparency of the filled circle: 0=transparent, 1=solid. |
© 1990-2012 Peter Corke.