diff options
Diffstat (limited to 'bookgraph.sh')
-rw-r--r-- | bookgraph.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bookgraph.sh b/bookgraph.sh index a4b1eff..8926d66 100644 --- a/bookgraph.sh +++ b/bookgraph.sh @@ -31,7 +31,7 @@ plot "%s" using 1:2 with lines title "Tesseract",\\ "%s" using 1:2 with lines title "Ocropus",\\ "" using 1:2:(sprintf("%%d", $1)) with labels point pt 2 notitle quit -' "$b" "$1/bookgraph.png" "$t" "$1/prob-avgpgconf" >> "$gp" +' "$b" "$1/${b}_bookgraph.png" "$t" "$1/prob-avgpgconf" >> "$gp" gnuplot "$gp" rm -f "$t" "$gp" |