help-octave
[Top][All Lists]
Advanced

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

Set size of printed plots


From: John W. Eaton
Subject: Set size of printed plots
Date: Fri, 23 Oct 2009 21:48:20 -0400

On 23-Oct-2009, Thomas Göbel wrote:

| 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?

I thought gnuplot's epslatex terminal would make appropriately sized
plots, but if not, can't you use something like

  \resizebox{5in}{!}{\input{example}}

to make the plot whatever size you want?

jwe




reply via email to

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