]> git.mxchange.org Git - flightgear.git/commitdiff
newest gnuplot doesn't like the "set terminal png color" command,
authorcurt <curt>
Mon, 13 Apr 2009 18:41:31 +0000 (18:41 +0000)
committerTim Moore <timoore@redhat.com>
Wed, 15 Apr 2009 21:19:30 +0000 (23:19 +0200)
change to "set terminal png"

scripts/perl/examples/logging.pl

index 69d4f08066a020c18f27e92f8e52b4fc6040856e..1c56aacae8b9a38af53aaba7b3810710f3ca1692 100755 (executable)
@@ -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";