|
From: sfeam <sf...@us...> - 2016-05-30 19:28:18
|
On Saturday, 28 May 2016 08:55:04 PM Hans-Bernhard Bröker wrote: > Guys, > > is it possible you've just totally forgotten about 'set surface explicit'? > > It seems 'hidden3d' was never told about it, but in principle, that's > the command that should make the change Dan is looking for, i.e. it > could sensibly be expected that > > set surface explicit > set hidden3d > splot x*y w surface, x*sin(y) w lines > > should yield a plot where the first graph is a hidden (and hiding) > surface mesh, whereas the second is not just the usual pair of wire grills. I think Dan was looking for options already present in older versions of gnuplot so that he could produce Octave scripts that did not require bleeding edge gnuplot support. But yes, if we teach the hidden3d code how to deal with a mesh that is not actually a solid surface, that would be a logical syntax hook to attach it to. I don't actually know how to do that, so it's pretty hypothetical at this point. Ethan |