Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #2717
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2015-01-19 21:40 -0800 |
| Message-ID | <960c0323-2ebb-4520-b273-900fc4896ba1@googlegroups.com> (permalink) |
| Subject | problems with splot of equation in 3D as a plane |
| From | seb.leeb@gmail.com |
Hi guys, i need to do a gnuplot of a plane in 3D. I have the equation of the plane. The problem is that the plane is nearly vertical. How can i adjust the output of gnuplot to "rasterize" my plane in z-direction properly My code: set zrange[100:170] set isosamples 200 splot [0:140] [0:100] (-0.00304622*x--0.999983*y-39.7027)/(-0.00491253) with lines Thanks, Sebastian
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar | Unroll thread
problems with splot of equation in 3D as a plane seb.leeb@gmail.com - 2015-01-19 21:40 -0800
Re: problems with splot of equation in 3D as a plane Karl <mail.kfr@gmx.net> - 2015-01-20 17:51 +0100
Re: problems with splot of equation in 3D as a plane Ethan A Merritt <sfeam@users.sourceforge.net> - 2015-01-20 10:52 -0800
csiph-web