If it helps anyone, commenting out the line

    XScale YScale scale

from the /@SetPlot definition (a) make ghostscript render only the top
left portion (exactly the portion I see when I print the original file)
and (b) has no effect on the printer output. So it looks like my
printer(s) ignore the scaling.

Parlez-vous postscript?

Steve

On Tue, 2008-10-07 at 08:06 +0100, Steve Schwartz wrote:
> None of this surprises me, as I suspect the problem lies in the
> interpretation of the scaling instructions:
> 
> /@SetPlot
>    {
>     ho vo translate
>     XScale YScale scale
>     lw setlinewidth
>    } def
> /XScale
>    {hs 3600 div} def
> /YScale
>    {vs 2700 div} def 
-- 
+-------------------------------------------------------------------+
Professor Steven J Schwartz      Phone: +44-(0)20-7594-7660
Space and Atmospheric Physics    Fax:   +44-(0)20-7594-7772
The Blackett Laboratory          E-mail: [EMAIL PROTECTED]
Imperial College London          Office: Huxley 6M70 
London SW7 2AZ, U.K.             Web: http://www.sp.ph.ic.ac.uk/~sjs
+-------------------------------------------------------------------+


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to