Error list plot with Errors on both variables in Mathematica -
i analysing data in mathematica lab report , having trouble finding way plot error bars (uncertainties) on both vertical , horizontal axes. have imported errorbarplots function it. have data arranged like:
{{{x data point 1, errorbar[x error 1]},{y data point 1, errorbar[y error 1]}}, {{x data point 2, errorbar[x error 2]},{y data point 2, errorbar[y error 2]}}, etc.}
i can call element of 3d array using data[[1,1,1]] etc, whenever try use errorlistplot function won't it. have used function before plot errors on x-axis, yet successful when plotting both.
any tips? possible in mathematica? can't seem find useful elsewhere on net.
Comments
Post a Comment