Hello,
I compiled GDL from source. 'make check' shows plots opening up on the desktop as one of the tests.
For some reason the IDL console does not know the PLOT or OPLOT functions.
Thankful for any ideas.
This is resolved. I forgot to export the environment variable GDL_PATH .
ie:
export GDL_PATH="< my gdl install path >"
Works now.
Please note that GDL development and support had moved to github back in 2018. Please post further feedback at https://github.com/gnudatalanguage/gdl/discussions Thanks
Log in to post a comment.
Hello,
I compiled GDL from source.
'make check' shows plots opening up on the desktop as one of the tests.
For some reason the IDL console does not know the PLOT or OPLOT functions.
Thankful for any ideas.
This is resolved. I forgot to export the environment variable GDL_PATH .
ie:
export GDL_PATH="< my gdl install path >"
Works now.
Please note that GDL development and support had moved to github back in 2018. Please post further feedback at https://github.com/gnudatalanguage/gdl/discussions Thanks