Re: cgImage abscissa values in axis feature [message #88273 is a reply to message #88272] |
Mon, 07 April 2014 06:16   |
Petros Syntelis
Messages: 32 Registered: June 2013
|
Member |
|
|
Hey David, I think there is something funky going on with the axis color. I did
loadct,0
im=cgdemodata(4)
x=findgen(256)
cgimage, im,/axis
and
cgimage, im,/axis, xv=x,yv=v
and in both cases the color of the axis is either white or something different.
Cheers,
Petros
On Monday, April 7, 2014 2:06:39 PM UTC+1, Petros Syntelis wrote:
> David thank you very very much!
>
>
>
> On Tuesday, April 1, 2014 3:40:24 PM UTC+1, David Fanning wrote:
>
>> Petros Syntelis writes:
>
>>
>
>>
>
>>
>
>>> 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?
>
>>
>
>>
>
>>
>
>> Done. You can find the program here:
>
>>
>
>>
>
>>
>
>> http://www.idlcoyote.com/programs/cgimage.pro
>
>>
>
>>
>
>>
>
>> 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.")
|
|
|