|
From: Thomas S. <t.s...@fz...> - 2007-10-25 10:49:25
|
interesting, gnuplot 4.0 doesn't crash, it seems that repairing some bugs (too large z-values flip to negative(?) values when making the z-scaling too large with the middle mouse button, but, gp 4.0 doesn't crash!) introduced this behaviour. the assertion goes away when 'min' or 'max' are compared to 'surface_zscale' and not to 'surface_scale' as it is now in 'hidden3d.c'. (z-values don't have anything to do with the scaling of the x-y-plane) but then i run into this segmentation fault when 'surface_zscale' is around '10'. -- View this message in context: http://www.nabble.com/Gnuplot-crashing-for-%22hidden3d-undefined%22---tf4688619.html#a13404317 Sent from the Gnuplot - Dev mailing list archive at Nabble.com. |