|
From: Daniel J S. <dan...@ie...> - 2006-07-16 11:20:33
|
Andrew Brampton wrote: This shouldn't make a difference, but try adding "set output" before changing the terminal. If the crash goes away, there may be a bug. > A nice sine wave window appears. Then I try > > set terminal pdf > set output "test.pdf" > plot(sin(x)) set output > set terminal png > set output "test.png" > plot(sin(x)) set output > set terminal gif > set output "test.gif" > plot(sin(x)) set output Dan |