|
From: <ga...@pr...> - 2005-10-02 21:05:13
|
Astan In the page above there are one example that will probably help you to draw a circle using gnuplot: http://www2.prudente.unesp.br/dcartog/galo/gnuplot/gnu_exemplos3.htm Bye Mauricio Galo http://www.prudente.unesp.br/dcartog > Hi Guys, > Im having problems drawing a 2D circle in gnuplot. Aside from using > ploth(X =3D 0,2*Pi,[sin(X),cos(X)],1) or > > 'set polar; plot 1' > Are there any other ways to draw a circle (with radius r at point x,y)? > Thanks > Cheers > Astan > > |