Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.news-service.com!xlned.com!feeder3.xlned.com!feeder.erje.net!news-2.dfn.de!news.dfn.de!news.gwdg.de!.POSTED!not-for-mail From: Christoph Bersch Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Right margin in pm3d plot not correct when using cblabel and postscript terminal Date: Tue, 05 Apr 2011 08:59:57 +0200 Organization: GWDG, Goettingen Lines: 25 Message-ID: References: NNTP-Posting-Host: mpl1136.mpl.mpg.de Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: gwdu112.gwdg.de 1301986797 77973 141.5.32.136 (5 Apr 2011 06:59:57 GMT) X-Complaints-To: news@gwdg.de NNTP-Posting-Date: Tue, 5 Apr 2011 06:59:57 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110307 Icedove/3.0.11 In-Reply-To: Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:213 On 05.04.2011 00:02, Uwe Scholz wrote: > Hello, > > as you can see in the subject, I have problems plotting a cblabel at the > right side of a pm3d plot when using postscript terminal. [...] > > so that the tics on the cblabel are not so wide. Is this a bug or is there > a way to automatically adjust the right margin of the plot? > Setting rmargin does not seem to have any effect. Setting the rmargin works for the CVS version. Try with set rmargin screen 0.8 Interestingly, the right margin is correct, if I use set cbtics format '%.3f' which gives you the same number of digits as the default format '%g'. But I do not know, where this difference comes from. And, If you need even more digits, the margin is not correct again. Christoph