I have the problem that when I try to plot an errorplot and use /xlog, I keep getting an error no matter what dataset.
I have tried to distil the problem down to the simplest program:
pro test
X=[2,3]
Y=[2,4]
E_Y=[1,2]
p = errorPLOT(X,Y, E_Y,/xlog)
end
It will plot it, but at the same time give me: % Program caused arithmetic error: Floating divide by 0
Any ideas of what is the cause of the problem?
I have IDL 8.3.0 for Mac
|