The iImage tool takes all the usual axis keywords, but when I try
to display an image with axes, all I get is the image.
Why are those keywords present if they are ignored?
Ken Bowman
PRO IMAGE_TEST
image = BYTSCL(DIST(300))
IIMAGE, image, FINDGEN(300), FINDGEN(300), $
XTITLE = 'X', $
XMAJOR = 3, $
YTITLE = 'Y', $
YMAJOR = 4
END


|