1
0
Fork 0

newest gnuplot doesn't like the "set terminal png color" command,

change to "set terminal png"
This commit is contained in:
curt 2009-04-13 18:41:31 +00:00 committed by Tim Moore
parent 720b6fa3f6
commit 3b478871dd

View file

@ -151,7 +151,7 @@ sub quick_plot_vs_time {
# create the gnuplot command file
open( CMD, ">$tmpcmd" );
print CMD "set terminal png color\n";
print CMD "set terminal png\n";
print "png_image = $png_image\n";
print CMD "set output \"$png_image\"\n";
print CMD "set xlabel \"Time (sec)\"\n";