help-octave
[Top][All Lists]
Advanced

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

Labels and titles in images


From: Fredrik Lingvall
Subject: Labels and titles in images
Date: Sun, 18 Apr 2004 19:38:42 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040130

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]