3 questions regarding function migration from 2.1.73 to 3.0.3

Francesco Potorti` Potorti at isti.cnr.it
Sat Mar 14 19:09:10 CDT 2009


>1. How to substitute "__gnuplot_set__ size 1,0.35;" ? I use it to 
>control vertical size of a subplot.

Look in the "Axis properties" section of the manual.  An example is
  subplot(1,2,2);
  colormap(jet(range(plim)));
  set(gca,"outerposition",[0.73,0.053,0.4,0.935]);

>2. How can I make multiline title in printed plot?  I used to do the way:
>title(strcat('{/Helvetica=12 {/bold Original and unwrapped output signal 
>for AZIMUTH}}\n',txtf)),
>but now "\n" does not work.

I think you should use "" rather than '' to have \n work.

>3. Can I add timestamp to prints without using:
>__gnuplot_set__ timestamp "{/Helvetica=8 Generated by StatGen 1.0RC8 for 
>Octave on %d.%m.%y %H:%M}" screen bottom 0,-20; ?

Look at the 'text' function.

-- 
Francesco Potortì (ricercatore)        Voice: +39 050 315 3058 (op.2111)
ISTI - Area della ricerca CNR          Fax:   +39 050 315 2040
via G. Moruzzi 1, I-56124 Pisa         Email: Potorti at isti.cnr.it
(entrance 20, 1st floor, room C71)     Web:   http://fly.isti.cnr.it/


More information about the Help-octave mailing list