help-octave
[Top][All Lists]
Advanced

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

Re: Labels and titles in images


From: Paul Kienzle
Subject: Re: Labels and titles in images
Date: Sun, 18 Apr 2004 16:42:40 -0400

Now that gnuplot 4.0 is out (and since gnuplot 3.8 has been out
for a long time), the image functions should be converted to use
the features of gnuplot.  This has the added advantage that titles
and labels can be added to the images.

If instead you want a solution that works now, use epstk.  It creates
beautiful postscript image plots with labels and titles.

Paul Kienzle
address@hidden

On Apr 18, 2004, at 1:38 PM, Fredrik Lingvall wrote:

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




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