|
From: Ethan A M. <eam...@gm...> - 2016-11-13 17:40:36
|
On Saturday, 12 November 2016 11:32:26 PM Kevin Oberman wrote: > When I add labels above the plot (x2tics), my titles is cropped. There is a > great deal of space below the title. What is your exact version of gnuplot? There has recently been a series of changes to the title and label placement code in the development version. I am not seeing a problem like this at the moment, but possibly part way through the series of patches there was period when the page layout was incorrect. If you are running the development version, what does it report on entry as the "last modified" date? Ethan > > 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 > ------------------------------------------------------------------------------ > Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today. http://sdm.link/xeonphi > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info -- |