|
From: Thomas S. <t.s...@fz...> - 2009-10-05 15:37:50
|
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-tp25749310p25753023.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |