Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #217

Re: Right margin in pm3d plot not correct when using cblabel and postscript terminal

Newsgroups comp.graphics.apps.gnuplot
From Petr Mikulik <mikulik@physics.muni.cz>
Subject Re: Right margin in pm3d plot not correct when using cblabel and postscript terminal
Message-ID <Pine.LNX.4.64.1104061040140.3561@monoceros.physics.muni.cz> (permalink)
Date 2011-04-06 08:42 +0000
References <indf50$27v$1@news.albasani.net>
Organization unknown

Show all headers | View raw


> #####
> set pm3d map
> set cblabel '{/Symbol a} [Gy^{-1}]'
> set terminal postscript eps enhanced 16 rounded color
> set output 'Test.eps'
> splot 'Data.dat' using 1:2:($3/100) w pm3d
> unset output
> system 'epstopdf Test.eps && rm Test.eps'
> ####
>
> PS: By editing the bounding box in the eps file before converting it to 
> pdf it is possible to see the whole cblabel. But this is only a 
> workaround by now and no solution...

Yes, it is a solution; thus use the following automation solution (as you 
should do for any eps figure to be included in another document):

system 'epstopdf Test.eps && fixbb Test.eps && rm Test.eps'

---
PM

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Right margin in pm3d plot not correct when using cblabel and postscript terminal Uwe Scholz <nurfuernews@web.de> - 2011-04-04 22:02 +0000
  Re: Right margin in pm3d plot not correct when using cblabel and postscript terminal Christoph Bersch <usenet@bersch.net> - 2011-04-05 08:59 +0200
    Re: Right margin in pm3d plot not correct when using cblabel and postscript terminal Uwe Scholz <nurfuernews@web.de> - 2011-04-05 19:51 +0000
  Re: Right margin in pm3d plot not correct when using cblabel and postscript terminal Petr Mikulik <mikulik@physics.muni.cz> - 2011-04-06 08:42 +0000
    Re: Right margin in pm3d plot not correct when using cblabel and postscript terminal Uwe Scholz <nurfuernews@web.de> - 2011-04-06 20:07 +0000

csiph-web