DATA ANALYSIS PACKAGE SYMBOL
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:
-
Axes False Axes is an option for graphics functions that specifies whether axes should be drawn. Frame True Frame is an option for Graphics, Grid, and other constructs that specifies whether to include a frame. FrameLabel Automatic labels FrameLabel is an option for Graphics, Manipulate, and related functions that specifies labels to be placed on the edges of a frame. FrameStyle Black FrameStyle is an option for Graphics, Grid, and other constructs that specifies the style in which to draw frames. FrameTicksStyle 12 FrameTicksStyle is an option for 2D graphics functions that specifies how frame ticks should be rendered. ImageSize 400 ImageSize is an option that specifies the overall size of an image to display for an object. PlotLegends Automatic PlotLegends is an option for plot functions that specifies what legends to use. PlotRange Full PlotRange is an option for graphics functions that specifies what range of coordinates to include in a plot. ErrorBarFunction Automatic (modified) ErrorBarFunction is an option for ErrorListPlot that specifies a function to apply to determine the shape of error bars.