octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: print.m: size support for (e)ps terminals


From: Peter Gustafson
Subject: Re: print.m: size support for (e)ps terminals
Date: Wed, 08 Aug 2007 14:44:10 -0400
User-agent: Thunderbird 2.0.0.6 (X11/20070806)

Sebastian Schubert wrote:
> Hi,
> 
> Jonathan Stickel wrote:
>> I tried this out in octave-2.9.12.  It doesn't seem to work for me:
>>
>>
>> octave:19> print -deps test2.eps -S3,2
>>
>> gnuplot> set terminal postscript eps enhanced mono dashed size 3
>>          ^
>>          line 0: size requires two numbers:  xsize, ysize
> 
> Sorry, I didn't know that it is ok to use the arguments without quotes,
> so the problem seems to be the ",".  I guess this helps a bit to decide
> whether "3x5" or "3,5" (@Peter).  So I added another patch which uses "x".
> 
> print -deps test2.eps -S3x2
> 
> should work now.
> 
>> Also, the curly braces around 'units' in the texinfo help causes problems.
> 
> Sorry again.  Fixed.
> 
> Sebastian
> 
> 


It seems to work for me.  The last suggestion I have is that the texinfo
should reflect the -S3x2 format.  It currently specifies a comma.

Thanks,
Pete




reply via email to

[Prev in Thread] Current Thread [Next in Thread]