From help-octave-request at octave dot org Sun Apr 18 12:40:52 2004 Subject: Labels and titles in images From: Fredrik Lingvall To: help at octave dot org Date: Sun, 18 Apr 2004 19:38:42 +0200 This has probably been discussed before, but is it possible to to add titles, axes, axis lables (xlabel etc) and grid to images (i.e., to image and imagesc)? Example: figure(1); imagesc(x,y,A); title('The Data') xlabel('x [mm]') ylabel('y [mm]') grid('on'); \Fredrik ------------------------------------------------------------- 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 -------------------------------------------------------------