From help-octave-request at bevo dot che dot wisc dot edu Mon Jan 5 17:41:34 2004 Subject: changing label of a hist ? From: Bart Vandewoestyne To: help-octave at bevo dot che dot wisc dot edu Date: Tue, 06 Jan 2004 00:41:25 +0100 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 -------------------------------------------------------------