Re: display direction [message #94827] |
Mon, 30 October 2017 10:04  |
wlandsman
Messages: 743 Registered: June 2000
|
Senior Member |
|
|
On Monday, October 30, 2017 at 8:00:25 AM UTC-4, AGW wrote:
> On Tuesday, October 24, 2017 at 10:35:54 AM UTC+2, AGW wrote:
>
> Thanks for you, but there are many errors
>
> w=window(dimensions=[800,800])
> ^
> % Syntax error.
> At: C:\Users\a\Desktop\Qibla\Qibla_plot.pro, Line 3
>
What !version of IDL do you have?
IDL> print,!VERSION
The WINDOW() function was introduced as part of the new IDL graphics introduced in Version 7.0. You won't be able to run this code if you have an earlier IDL version or (I believe) if you are using GDL.
If you do have IDL 7.x or IDL 8.x then your !path is not set up correctly. Somewhere in your !PATH you should have a ...lib/graphics directory.
|
|
|
|
|