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: Henry F. Mollet
Subject: Re: How to add text on the figure?
Date: Tue, 30 Nov 2004 10:54:46 -0800
User-agent: Microsoft-Entourage/10.1.1.2418

N.B. Also needed is
hold on
Before gset label and plot statement(s)

Example for one label:
gset label 1 "E(Sadu) = 1.0" at 0.465, 1.04 %
% where x and y positions are specified for "text"
Later, if needed
gset nolabel
Henry




on 11/30/04 8:13 AM, kevwalker at address@hidden wrote:

> Hello,
> 
> I found matlab use "text()" to add text on the figure,
> how to do this in octave?
> 
> thanks,
> kevwalker
> 
> 
> 
> -------------------------------------------------------------
> 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
> -------------------------------------------------------------
> 



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