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: Paul Kienzle
Subject: Re: How to add text on the figure?
Date: Tue, 30 Nov 2004 22:19:22 -0500

octave-forge (http://octave.sf.net) implements this in text.m

- Paul

On Nov 30, 2004, at 1:54 PM, Henry F. Mollet wrote:

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

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

I found matlab use "text()" to add text on the figure,
how to do this in octave?



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