newest gnuplot doesn't like the "set terminal png color" command,
change to "set terminal png"
This commit is contained in:
parent
720b6fa3f6
commit
3b478871dd
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue