|
From: <HBB...@t-...> - 2007-04-30 21:30:34
|
Sekiryou wrote: > Hi, i need to plot a function and make it rotate around an axis in a 3D. > Example: > I have the function f(x)=x^2 and i need to rotate it around the y axis. splot (x**2+y**2) |