Re: PlotS won't show if in a script/program [message #56833] |
Tue, 20 November 2007 10:15  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
APound writes:
> I am pretty sure that there is a simple answer to why this isn't
> working... The funny thing to me is, that at the command line, the
> same exact lines of code produce the perfect image that I want.
I think the simplest answer is that there is something
in your script that is changing the data coordinate
system from map coordinates to something else. What kind
of commands do you have between your MAP_SET and your PLOTS
commands?
> p.s. Any extra pointers on a great way to learn IDL better, (quiker,
> easier) are very welcome. Thanks
Try to answer as many questions as possible on the IDL
newsgroup, especially if you think you know the answer.
Nothing improves your IDL knowledge more than hitting
that SEND button!!
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
Re: PlotS won't show if in a script/program [message #56931 is a reply to message #56833] |
Tue, 20 November 2007 10:18  |
APound
Messages: 4 Registered: November 2007
|
Junior Member |
|
|
On Nov 20, 11:15 am, David Fanning <n...@dfanning.com> wrote:
> APound writes:
>> I am pretty sure that there is a simple answer to why this isn't
>> working... The funny thing to me is, that at the command line, the
>> same exact lines of code produce the perfect image that I want.
>
> I think the simplest answer is that there is something
> in your script that is changing the data coordinate
> system from map coordinates to something else. What kind
> of commands do you have between your MAP_SET and your PLOTS
> commands?
>
>> p.s. Any extra pointers on a great way to learn IDL better, (quiker,
>> easier) are very welcome. Thanks
>
> Try to answer as many questions as possible on the IDL
> newsgroup, especially if you think you know the answer.
> Nothing improves your IDL knowledge more than hitting
> that SEND button!!
>
> Cheers,
>
> David
>
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming:http://www.dfanning.com/
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
David,
Thanks, that was it, I was restoring my variables after I had set my
window.
Now it works great. Thanks,
Andrew Pound
aepound@gmail.com
|
|
|