comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » A grid is overlaid on an image
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: A grid is overlaid on an image [message #88825 is a reply to message #88819] Tue, 24 June 2014 08:30 Go to previous messageGo to previous message
Matthew Argall is currently offline  Matthew Argall
Messages: 286
Registered: October 2011
Senior Member
Below are two examples using the plot and image functions. If you want to use maps, you might try the MAPGRID keyword (but that is a guess...). You can use the OVERPLOT keyword with Plot() to put it on an image, too.


IDL> p1 = plot(/TEST)
% Loaded DLM: XML.
IDL> (p1.axes)[0] -> SetProperty, TICKLEN=1.0, SUBTICKLEN=0.02
IDL> (p1.axes)[1] -> SetProperty, TICKLEN=1.0, SUBTICKLEN=0.02

IDL> im1 = image(/TEST)
% Loaded DLM: JPEG.
IDL> im1 = image(/test, AXIS_STYLE=2)
IDL> (im1.axes)[0] -> SetProperty, TICKLEN=1.0, SUBTICKLEN=0.02
IDL> (im1.axes)[1] -> SetProperty, TICKLEN=1.0, SUBTICKLEN=0.02
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How do I place an image when I am using !P.Multi?
Next Topic: Can I interface my fortran program in IDL code?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 10:13:42 PDT 2025

Total time taken to generate the page: 1.03932 seconds