Reading from an example (created 2009), I have created a .dat
file called temperature_vs_current.dat
with 2 columns of data. The example says I should then read the file into IDL via
IDL> iplot, temperature_vs_darkcurrent.dat
but this returns
% Expression must be a structure in this context: TEMPERATURE_VS_DARKCURRENT.
% Execution halted at: $MAIN$
how should I format my input, and what is the error here? This is IDL Version 6.0