|
From: Daniel J S. <dan...@ie...> - 2015-06-25 20:04:27
|
On 06/25/2015 02:22 PM, Ethan A Merritt wrote: > On Thursday, 25 June, 2015 14:05:02 Daniel J Sebald wrote: [snip] >> Is there something beneficial to "border" beyond the syntax that already > >> existed? > > I don't know of another way to get the equivalent of > > set pm3d hidden3d border lc "black" > > splot x*y with pm3d > > If you try to draw the lines in a separate plot clause, the > > hidden3d effect is lost. How about? set hidden3d front set samples 100,10 set isosamples 100,10 splot x*y with pm3d, x*y with lines lc "black" That seems pretty close to the same plot, at least conceptually. There may be some subtle difference. Generally, it may not be true that pm3d works with hidden3d, but when the two data sets are the same surface it is fairly accurate behavior. Dan |