DATA ANALYSIS PACKAGE SYMBOL

Fig

Fig[{object1,object2,...}]
returns a figure with plots of the objects using the SciDraw package. The objects can be of the type DataTable or Graphics.

DetailsDetails

  • Using Fig requires that the SciDraw package, created by Mark A. Caprio, University of Notre Dame, is installed. The package can be downloaded at https://scidraw.nd.edu/.
  • The SciDraw package allows the preparation of publication-quality scientific figures.
  • The Fig function automatically produces simple figures with SciDraw, and styling options are limited.
  • More flexibility can be achieved using the SciDrawPlot function, which is produces a DataPlot object which can be included into complex SciDraw figures.
  • Figure grids can be created using the FigGrid function.
  • For simple figures, the Mathematica plotting system can be used with the function DTPlot.
  • Fig takes the same options as Figure, FigurePanel and DataPlot (from the SciDraw package) with the following additions:
  • ShowLegendAutomaticSpecifies if a plot legend should be shown
    XLogScaleFalseSpecifies if Log10[x] should be applied to the x coordinates in the plot
    YLogScaleFalseSpecifies if Log10[y] should be applied to the y coordinates in the plot

ExamplesExamplesopen allclose all

Basic Examples  (1)Basic Examples  (1)

Define some data:

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

Create a figure from the data:

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

Plot multiple data sets:

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