QMRITools`
QMRITools`

ErrorPlot

ErrorPlot[data,xdata]

plots a errorplot of the data where the first dim of the data is the xrange which matches the xdata list.

ErrorPlot[data,xdata,range]

similar with a given y range.

Details

  • The following options can be given:
  • ColorValue{GrayLevel[0], RGBColor[1, 0, 0]}ColorValue is an option for Hist and ErrorPlot. Default {Black, Red}.
    PlotLabel""PlotLabel is an option for graphics functions that specifies an overall label for a plot.
    AxesLabel""AxesLabel is an option for graphics functions that specifies labels for axes.
    ImageSize300ImageSize is an option that specifies the overall size of an image to display for an object.
    Method"median"Method is an option for various algorithm-intensive functions that specifies what internal methods they should use.

Examples