bar chart - adding space between x axis and xtics in gnuplot histogram -
currently created graphs small size. spacing important @ case. want add more vertical space between xticlabels , x axis.  have tried set x bar 
set xtics offset 0,graph 0.05   my gnuplot output: 
the data , gnuplot script still same previous question here.
you can following:
first add little bit of bmargin 
set bmargin 3   since need add vertical space between xticlabels , x-axis, need adjust y-offset, can done following
set xtics offset 0,-1,0   you can play around values suite need.
Comments
Post a Comment