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

Home » Public Forums » archive » image function question
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
image function question [message #90208] Tue, 10 February 2015 17:53 Go to previous message
Dae-Kyu Shin is currently offline  Dae-Kyu Shin
Messages: 25
Registered: February 2015
Junior Member
here is a example

data = DIST(500)
x = FINDGEN(500, start=1)
win = window()
win.refresh, /disable
i = image(data, x, x, /current, /axis)
win.save, 'test.png'

"test.png" file No image appears.!!(just axes)-> bug??




and question.

data = DIST(500)
x = FINDGEN(500, start=1)/5

c = contour(data, x, x, /ylog)
i = image(data, x, x, /ylog, /axis)

image function does not appear to ylog.(just yaxis value.....)
but contour function is OK.
Is that intended??



idl 8.4 and 8.3
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Reopen HDF5 file to add more data?
Next Topic: MPFIT: 95% Confidence Interval ?

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

Current Time: Wed Oct 08 09:19:09 PDT 2025

Total time taken to generate the page: 0.00808 seconds