Re: cgImage abscissa values in axis feature [message #88209 is a reply to message #88208] |
Fri, 28 March 2014 11:15   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Petros Syntelis writes:
> I find myself very often in need to put an image into a plot with axis that show some x and y abscissa values, like in the way we use the contour command,
> cgcontour, data, x,y
> In cgImage, i can do this by setting the limits xr=[min(x),max(x)], yr=[min(x),max(x)] in a plot.
> This works ok for uniform x,y but doesnot work for non uniform x,y.
> Also, if you want repeat this some times, its more trouble than to simply put the x,y abscissa values directly.
>
> Is there a way i can put x and y vectors as values for axis? And if not, would it be too much to ask for this feture in another version of cgImage?
Isn't the AXKEYWORDS keyword what you want? As far as I know you can
configure the axes anyway you like with this keyword.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|