DTPlot

DTPlot[datatable]
returns a plots of the DataTable object.

DTPlot[datatable1,datatable2]
returns a plots of the DataTable objects.

DetailsDetails

  • DTPlot allows the generation of simple plots from DataTable objects.
  • Error bars are plotted for NDV and DV symbols in the DataTable.
  • DTPlot has the same options as ErrorListPlot, with the following additions and changes:
  • AxesFalseAxes is an option for graphics functions that specifies whether axes should be drawn.
    FrameTrueFrame is an option for Graphics, Grid, and other constructs that specifies whether to include a frame.
    FrameLabelAutomatic labelsFrameLabel is an option for Graphics, Manipulate, and related functions that specifies labels to be placed on the edges of a frame.
    FrameStyleBlackFrameStyle is an option for Graphics, Grid, and other constructs that specifies the style in which to draw frames.
    FrameTicksStyle12FrameTicksStyle is an option for 2D graphics functions that specifies how frame ticks should be rendered.
    ImageSize400ImageSize is an option that specifies the overall size of an image to display for an object.
    PlotLegendsAutomaticPlotLegends is an option for plot functions that specifies what legends to use.
    PlotRangeFullPlotRange is an option for graphics functions that specifies what range of coordinates to include in a plot.
    ErrorBarFunctionAutomatic (modified)ErrorBarFunction is an option for ErrorListPlot that specifies a function to apply to determine the shape of error bars.

ExamplesExamplesopen allclose all

Basic Examples  (1)Basic Examples  (1)

Define some data:

In[1]:=
Click for copyable input
Out[1]=

Plot the data with error bars:

In[2]:=
Click for copyable input
Out[2]=

Plot multiple data tables:

In[3]:=
Click for copyable input
Out[3]=
In[4]:=
Click for copyable input
Out[4]=