help-octave
[Top][All Lists]
Advanced

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

changing label of a hist ?


From: Bart Vandewoestyne
Subject: changing label of a hist ?
Date: Tue, 06 Jan 2004 00:41:25 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031107 Debian/1.5-3

For simple plotting, it is possible to change the label using for example:

plot(Xreal, Yreal, ';Real distribution;');

Unfortunately, with the 'hist' command, this doesn't work:

hist(data, bins, ';Generated data;');
---> gives errors

Is it possible to change the label of the 'hist' plotted data, or would that take me far down delving into the code of hist.m ?

Regards,
Bart

--
Bart Vandewoestyne                    Bart.Vandewoestyne_at_pandora.be
Naamsesteenweg 328 bus 201                     GSM: +32 (0)478 397 697
B-3001 Heverlee                          http://osswin.sourceforge.net
----------------------------------------------------------------------
"Theory is the general; experiments are the soldiers." (Leonardo da Vinci)



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