bargraph
bargraph copied to clipboard
Works with gnuplot 4.6.0 but not 4.6.3 or 4.4.3
From [email protected] on August 13, 2013 17:25:26
This is on ubuntu Linux.
- Install gnuplot 4.6.0
- Run bargraph.pl -pdf test.txt > test.pdf (see attached files text.txt and test.pdf)
- Install gnuplot 4.6.3
- Run bargraph.pl -pdf test.txt > test2.pdf (see attached file test2.pdf)
As you can see, test.pdf looks good, but test2.pdf looks messed up. I also tested this using gnuplot 4.4.3 and the result looked like test2.pdf.
Thanks!
Attachment: test.txt test.pdf test2.pdf
Original issue: http://code.google.com/p/bargraphgen/issues/detail?id=31
From [email protected] on September 28, 2013 20:42:52
I can reproduce this with gnuplot-4.4.4-4.fc17.x86_64 as well.
As a workaround, try adding this to test.txt:
yscale=1.6
Status: Accepted