
Errorbars and $string_with_wave_name

millot1
I try to use errorbars in a generic fitting function that calls waves using $string_with_wave_name such as
display $Y_Wave_name vs $X_Wave_name
(this is working)
However if I try to use
Errorbars $Y_Wave_name, XY wave=($XErr_Wave_name,$XErr_Wave_name),wave=($YErr_Wave_name,$YErr_Wave_name)
i have an error message saying that the trace is not on the graph.
I suspect a bug since if I use the same syntax with one particular set of names for X,Y Xerr and Yerr waves, Errorbars works fine
If you can't solve the problem post a fully function example like the one above.
June 11, 2013 at 01:34 pm - Permalink