--------------------------
IDL User Question:
--------------------------
Hi,
I'm getting an error using the PLOT function (which, I'm new to. I'm accustomed to PLOT as a procedure).
ii = plot( i,A_Correlate( r6, i ), /OVER, COLOR="Green" )
% Internal error: failed to get LUT.
This apparently is caused by the COLOR keyword. I've tried giving it other values (e.g., an integer), but get the same error.
The curves are being plotted and with the specified colors, despite the error message. However, in addition, the message repeats every time the cursor moves over the plot window, with every change of x,y coordinates; a bit annoying, but PLOT appears to be functioning.
Using: IDL Version 8.3, Mac OS X (darwin x86_64 m64).
Any suggestions?
|