Re: Plotting error in IDL 5.5 [message #29597] |
Tue, 05 March 2002 11:40 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Pavel A. Romashkin (pavel_romashkin@hotmail.com) writes:
> Just ignore David. He is one of the most annoying people here, and his
> advice is worthless, and his website is slower than a car that's run out
> of gas... oops, what did I just say? Did I already hit Send?..
All I can say, Pavel, is that it is a good thing those
Ibuprofen finally kicked in, and I have those 30 year
olds in my sights again, or you would be in a great
deal of trouble!
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|
Re: Plotting error in IDL 5.5 [message #29600 is a reply to message #29597] |
Tue, 05 March 2002 10:21  |
Pavel A. Romashkin
Messages: 531 Registered: November 2000
|
Senior Member |
|
|
Lisa,
Just ignore David. He is one of the most annoying people here, and his
advice is worthless, and his website is slower than a car that's run out
of gas... oops, what did I just say? Did I already hit Send?..
Are you feeling a little more avenged now?...
On a more serious note, this is one newsgroup that is as funny as it is
helpful. And David is the prime example of this. Most regular posters
have a good sense of humor and try to pick on each other as much as they
can, to everyone's delight.
Stay with us and I promise you will get to love the postings. I
personally got so addicted that my mornings are gloomy if I don't read
one of David's remarks on the NG. This happens when he goes on trips or
plays tennis to exhaustion.
Cheers,
Pavel
Lisa Gandy wrote:
>
> Sorry to give you the shivers, no I don't know much about IDL because
> I just began to program with it. Sorry I'm still learning, appreciate
> the sarcastic comments they brightened my day :).
>
|
|
|
Re: Plotting error in IDL 5.5 [message #29604 is a reply to message #29600] |
Tue, 05 March 2002 10:00  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Lisa Gandy (redlmg98@hotmail.com) writes:
> Sorry to give you the shivers, no I don't know much about IDL because
> I just began to program with it. Sorry I'm still learning, appreciate
> the sarcastic comments they brightened my day :).
It is hard to tell, with electronic conversation, whether
something is just bristling with irony or not, but I hope
you mean the smiley face and are not put off about asking
questions here.
As you can tell by the thread on double precision values
this morning, we are generally long-suffering. Some of
us, however, are getting rather long of tooth and have
a tendency to be crotchety on occasion. I apologize if my
attempt at gentle humor came across too stridently. Lord knows
we appreciate a woman's voice here.
Cheers,
David
P.S. Did you discover the problem? Was it with
plotting system variables?
--
David W. Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|
Re: Plotting error in IDL 5.5 [message #29606 is a reply to message #29604] |
Tue, 05 March 2002 09:05  |
redlmg98
Messages: 6 Registered: August 2001
|
Junior Member |
|
|
James Kuyper <kuyper@gscmail.gsfc.nasa.gov> wrote in message news:<3C7EC078.7060006@gscmail.gsfc.nasa.gov>...
> David Fanning wrote:
>
>> Lisa Gandy (redlmg98@hotmail.com) writes:
> ...
>
>> If I appear skeptical, please forgive me. I'm growing older
>> every day and this kind of code:
>>
>>
>>> set_plot,'WIN'
>>> If !D.NAME EQ 'WIN' then begin
>>> device,get_decomposed = currentDecomp
>>> device,decomposed = currentDecomp
>>> endif
>>
>>
>> gives me the shivers. :-)
>
> I'm just confused, not frightened. Maybe that's because you understand
> it better than I do? :-) What's the point of setting decomposed to the
> same value it currently has?
***************************
Sorry to give you the shivers, no I don't know much about IDL because
I just began to program with it. Sorry I'm still learning, appreciate
the sarcastic comments they brightened my day :).
Cheers,
Lisa
|
|
|
Re: Plotting error in IDL 5.5 [message #29647 is a reply to message #29606] |
Thu, 28 February 2002 15:42  |
James Kuyper
Messages: 425 Registered: March 2000
|
Senior Member |
|
|
David Fanning wrote:
> Lisa Gandy (redlmg98@hotmail.com) writes:
...
> If I appear skeptical, please forgive me. I'm growing older
> every day and this kind of code:
>
>
>> set_plot,'WIN'
>> If !D.NAME EQ 'WIN' then begin
>> device,get_decomposed = currentDecomp
>> device,decomposed = currentDecomp
>> endif
>
>
> gives me the shivers. :-)
I'm just confused, not frightened. Maybe that's because you understand
it better than I do? :-) What's the point of setting decomposed to the
same value it currently has?
|
|
|
Re: Plotting error in IDL 5.5 [message #29649 is a reply to message #29647] |
Thu, 28 February 2002 14:20  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Lisa Gandy (redlmg98@hotmail.com) writes:
> I have an IDL application that plots some data to a draw_widget -
> here are the relevant snippets of code, the application is being run
> on IDL 5.5, in windows 2000. The plot is just fine in IDL 5.4 but
> only plots very tiny graphs in the left upper corner of the
> draw_widget in IDL 5.5. I can't figure out what is going on...
> Mind you all of this works correctly in IDL 5.4... what's going on??
Lisa,
If I appear skeptical, please forgive me. I'm growing older
every day and this kind of code:
> set_plot,'WIN'
> If !D.NAME EQ 'WIN' then begin
> device,get_decomposed = currentDecomp
> device,decomposed = currentDecomp
> endif
gives me the shivers. :-)
I'm going to contend that there is nothing
wrong with your draw widget or with the IDL
Plot command. Rather, I think there is something
in your environment that is decidedly NOT the
same between your IDL 5.4 and IDL 5.5 sessions.
I'm going to risk all and bet you have set a
!P.POSITION system variable inadvertently in
your IDL 5.5 session. :-)
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|