DATA ANALYSIS PACKAGE SYMBOL

SciDrawPlot

SciDrawPlot[{{x1,y1},{x2,y2},...}]
returns a DataPlot object which can be used to plot the data inside a SciDraw Figure. Error bars can be plotted if xi and yi are NDV-type objects.

SciDrawPlot[datatable]
returns a DataPlot object with data in a DataTable, which can be used inside a SciDraw Figure.

DetailsDetails

  • The following options can be given in addition to those of SciDraw's DataPlot options:
  • XErrorBarsTruespecifies if error bars should be drawn for the x-axis.
    YErrorBarsTruespecifies if error bars should be drawn for the y-axis.