Package: gnuplot Version: 4.6.0-8 I'm working on a stock Debian Wheezy system on a 32 bit x86 system:
$ uname -a Linux sparkle 3.2.0-4-686-pae #1 SMP Debian 3.2.46-1 i686 GNU/Linux The GNU plot script attached seems to give inconsistent outputs using the PDF and PS drivers as the second page is significantly compressed. As far as I can see the two pages should be the same. I'd guess one of the offset variables is not reset. Thanks for you effort and keep up the good work :-) Cheers, - Martin
graph.pdf
Description: Adobe PDF document
## Both PDF outputs give the same problem set terminal pdf #set terminal pdfcairo set output "graph.pdf" ## Postscript gives similar problems #set terminal postscript #set output "graph.ps" ## These should give identical pages... set xtics rotate by -90 plot "results.dat" using 2:xticlabel(1) ## Including this makes no difference if the rotate is set again #unset xtics set xtics rotate by -90 plot "results.dat" using 2:xticlabel(1)
graph.ps
Description: PostScript document
thing1 1 thing2 2 longlongname 3 reallyreallylongname 4 thelongerthenamethemoreeffect 5 infactifyousetastupidlylongnameitwillcompresstoalmostnothing 6