|
From: Petr M. <mi...@ph...> - 2005-11-11 22:15:33
|
>> - "set pm3d; splot x*y" produces a strange surface > > What do you mean by "strange surface" ? Are other plot commands working > properly ? It is flipped vertically (along a vertical axis). >>> apart from mousing mode since under windows term->waitforinput >>> doesn't seemed to be used... >> >> No, do_string() is called directly (both gnuplot and its windows >> terminal are in the same binary, contrary to X11 or OS/2 terminals). > > As waitforinput is set to 0 in the windows terminal table, I can maybe > add the use of waitforinput under windows, with a check such as "if > (term->waitforinput)" (as it is done under other platforms). What do you > think of it ? I don't (needed to) understand the meaning of term->waitforinput (I considered it an x11 kludge). --- PM |