|
From: Kevin O. <rko...@gm...> - 2016-11-13 07:32:33
|
When I add labels above the plot (x2tics), my titles is cropped. There is a great deal of space below the title. Here is the setup: set term gif font \"ariel,14\" size 1024, 600 set output "/usr/local/www/data/a_rain.gif" set colors classic set grid xtics ytics set boxwidth 0.8 relative set xlabel "Rainfall year is July 1 - June 30" set ylabel "Inches" set xrange [ 1996:2016 ] set x2tics ($x2tics) font "ariel, 8" set xtics ($xtics) font "ariel,8" set title "Annual Rainfall" font "ariel,24" plot "-" using 1:2 notitle with boxes fs solid lc rgb "black" You can see the result at http://ykoberman.dlinkddns.com/a_rain.gif I get similar results with other plots that include x2tic labels. Any idea what is going on here? Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rko...@gm... PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 |