help-octave
[Top][All Lists]
Advanced

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

Re:How to add text on the figure?


From: kevwalker
Subject: Re:How to add text on the figure?
Date: Tue, 30 Nov 2004 20:24:24 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.7.3) Gecko/20040927

how about add number in the text?
use gnuplot, I can do

i=3
set label "T=%g",i at 0.5,0.5

but in octave
octave:73> i=3;
octave:74> gset label "T=%g",i at 0.5,0.5
octave:75> line 0: undefined variable: i

what should I do?
(I use v2.1.50)



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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