Testing of the Cygwin WIN32 version of the latest cvs snapshot the
following script still causes an access violation. It is taken from the
pm3d demo.gp set.
I reported before that the script works if the hidden3d command was
taken out. Further investigation shows the crash is really associated
with ticslevel command. The crash occurs with the value of 0 or even
0.0, but not with a value of 0.1. Removal of the ticslevel statement
works as well.
set title "color lines: 'splot sin(y)/(y) with linesp lt pal'"
set ticslevel 0
set border 4095
set xrange [-10:10]; set yrange [-10:10]
set hidden3d
set isosamples 40,40; set samples 40,40
splot sin(y)/(y) w lp lt pal
pause -1
BTW the mouse is still required to on the pause command (CR alone does
not work).
[[[[ unsubscribe from info-gnuplot-beta via majordomo@... ]]]]