|
From: Thomas S. <t.s...@fz...> - 2011-11-19 13:14:55
|
Ricardo S <super.ismiti <at> gmail.com> writes: > > Hello all, > > I'm having some difficulties on configuring the margins in a PS output > file. In my gnuplot script, I have the following lines: > > ... > set tmarg 0 > set bmarg 0 > set lmarg 0 > set rmarg 0 > set origin 0.0,0.315 > ... > > I manage to have a very nice positioning of my plot regarding top, > left and right margins. However, I still have a lot of remaining > bottom margin. How could I get rid of it? > > Thanks, > Ricardo. are you printing the postscript output to paper or are you including it in a document? do you specify a size when setting the postscript terminal? why are you shifting the plot in y-direction with 'set origin'? |