View Full Version : Gnuplot
I'm just beginning to learn to use gnuplot & can't figure out how to display a cylindrical surface in 3D.
Even a simple one like x2 + y2 = 1
Oh, and how about a vertical plane?
Anybody know how to do this?
dduardo
Nov27-03, 04:03 PM
try using the splot command.
for example:
gnuplot> splot -x**3 -y
gnuplot> splot -x**3 -y ???????????
Thanks, dduardo, but while z = x**3 -y is a surface, it's not a vertical surface & certainly not a cylinder.
I know about the splot command -- I just can't think of a gnuplot-valid expression for a vertical plane or cylinder.
Any ideas about that specifically?
Ah....
If anyone's interested, I found that this can be done by using the "set parametric" command & then giving it parametric expressions for the x, y & z coordinates.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.