|
From: David B. <Dav...@mo...> - 2007-12-17 15:08:55
|
Petr Mikulik wrote: > I wonder that for "set hidden3d", the order of drawn surfaces vs lines is > the same and not opposite for: > splot ... with pm3d, ... with line > splot ... with line, ... with pm3d > In both cases, the pm3d > > Test: > > set term x11 1 > splot (x+y)*0.1 with pm3d, \ > x*x-y*y with lines lt 1 lc rgb "#000000" > > set term x11 2 > set hidden3d > replot > > set term x11 3 > splot x*x-y*y with lines lt 1 lc rgb "#000000", \ > (x+y)*0.1 with pm3d > > set term x11 4 > splot (x+y)*0.1 with pm3d, \ > x*x-y*y with lines lt 1 lc rgb "#000000" > > set term x11 10 > splot (x+y)*0.1, \ > x*x-y*y with lines lt 1 lc rgb "#000000" > > > PS: David, you would get a "more expected" plot when "set > hidden3d" is omitted. > > Ok, then I think I have a patch.. Thanks D. -- David Bateman Dav...@mo... Motorola Labs - Paris +33 1 69 35 48 04 (Ph) Parc Les Algorithmes, Commune de St Aubin +33 6 72 01 06 33 (Mob) 91193 Gif-Sur-Yvette FRANCE +33 1 69 35 77 01 (Fax) The information contained in this communication has been classified as: [x] General Business Information [ ] Motorola Internal Use Only [ ] Motorola Confidential Proprietary |