|
From: Thomas S. <t.s...@fz...> - 2009-10-05 17:44:44
|
which terminal are you using? what does your complete plot script look like? i can't reproduce the behaviour you describe with a x11 terminal. mazeika wrote: > > Hi, > > Thanks for the help. bmargin can take only positive numbers, and does not > move the margin for negative ones... I was not able to increase space with > bmargin.. > > > > Thomas Sefzick wrote: >> >> set bmargin >> >> >> mazeika wrote: >>> >>> Folks, >>> >>> Is there any way I can increase the vertical space for xtics in gnuplot? >>> It seems that gnuplot gives a fixed amount of vertical space for the >>> xtics independent of the size of the labels. Consider the following >>> data: >>> >>> 1 1 >>> 10 2 >>> 100 3 >>> 1000 4 >>> 10000 5 >>> >>> and the following commands: >>> >>> set style data histogram >>> set xtics rotate by -90 >>> plot 'b.data' u 2:xtic(1) >>> >>> Everything that has more than 4 characters does not fit at the bottom. >>> Any ideas? >>> >> >> > > -- View this message in context: http://www.nabble.com/more-space-for-xtics-tp25749310p25754748.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |