|
From: <HBB...@t-...> - 2007-04-30 22:34:09
|
Sekiryou wrote: > > > Hans-Bernhard Bröker-2 wrote: >> splot (x**2+y**2) > > It's not really what i'm expecting... in fact the command you gave me, > doesn't rotate around the y axis... It does --- it's just a bit harder to see. But if you insist on a round outline: set parametric set urange [0:5] set vrange [0:2*pi] splot u*cos(v), u*sin(v), u**2 |