Menu

#13 atac.pl => gnuplot syntax error

open
nobody
None
5
2015-03-04
2009-06-17
No

running atac.pl is giving me an error with gnuplot integration

I am running the latest gnuplot - gnuplot.x86_64 4.0.0-12

here is the error I get:

gnuplot> set tics scale 0
^
"/mec/atac/10v200/stats/woContaminant10KvswoContaminant200K.matches.gp", line 5: ';' expected

any suggestions?

Thanks!

Discussion

  • malcolm cook

    malcolm cook - 2009-06-19

    Here is a patch

    Index: makeplot.pl

    --- makeplot.pl (revision 1802)
    +++ makeplot.pl (working copy)
    @@ -51,7 +51,7 @@
    print GP "set grid\n";
    print GP "unset key\n";
    print GP "set border 10\n";
    -print GP "set tics scale 0\n";
    +print GP "set ticscale 0\n";
    print GP "set xlabel \"REF\"\n";
    print GP "set ylabel \"ASM\"\n";
    print GP "set title \"$ot\"\n";

     
  • Dan Bolser

    Dan Bolser - 2015-03-04

    Did this patch get merged?

     

Log in to post a comment.