Re: Annotating Radar Images [message #2490] |
Fri, 08 July 1994 08:36 |
n9140397
Messages: 13 Registered: July 1994
|
Junior Member |
|
|
In article <sgani.10.000F4E04@eleceng.uct.ac.za> sgani@eleceng.uct.ac.za (Shaheen Gani) writes:
> from a binary data file, using the TV command. These image files have a
> Is there any way in which ticks could be added to the images, as it is done
> with contour and surface plots.
I use TV a lot, too. The way I always get my tickmarks around the sides
is contour, image, /noerase, /nodata... with whatever other useful options I
want, like number of tickmarks, etc. etc (see the reference manual).
/nodata will put the border there, but won't draw any contour
lines over the image. You may also need to set xstyle and ystyle to
1 to force the axis sizes to truncate at the end of the image.
As for the header, you can put a title on with the contour command, too.
Try xyouts for various other annotations...
mike h.
|
|
|