help-octave
[Top][All Lists]
Advanced

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

Re: Re: Set size of printed plots


From: Thomas Göbel
Subject: Re: Re: Set size of printed plots
Date: Sun, 25 Oct 2009 12:47:12 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

* <address@hidden> [25.10.2009 12:20]:
> On Oct 23, 2009, at 12:12 PM, Thomas Göbel wrote:
> 
> >Hi listmates,
> >
> >i am printing my octave plots via
> >     print -depslatex -color -F:9 example.tex
> >
> >to have the posibility to add equations to the x/y-labels of the plot.
> >The problem is i dont know how to set the size of the printed
> >example.tex plot?
> >
> >In LaTeX i use \input{example} to place the graph.
> >
> >Using gnuplot there is the switch
> >     set size
> >
> >but i didnt found something similiar in octave.
> >
> >How do you guys print plots to use it with LaTeX?
> >
> >Many thanks,
> >Tom
> 
> I don't know which version of Octave you are using, but I'll assume
> you are using the latest release. If you change the papersize
> property for the figure,  that should do what you want. For example,
> I expect the following will produce a result whose size is 2.5x3.5
> inches.

I am using octave 3.2.3 with octave-forge plug-ins.
> 
>       set (gcf, "papersize", [2.5, 3.5])

The papersize option didn`t work for me. The result is the same as
without this option. I can`t see an change here.

-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

Attachment: pgp55oxvTtmhe.pgp
Description: PGP signature


reply via email to

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