This method will attempt to export the data currently in the plot to your configured data export layer using a single argument:
-String[] arguments (These are the arguments you need for the data export layer to export the data
you currently have in the plot, and these strings can mean anything, as long as your configured data export layer
supports them!)
This method will attempt to generate a plot image using several key arguments:
-int type (this is defined by PlotConstants.PLOT_*)
-String[] constraints (These are the arguments you need for the data access layer to get the data
you want, which can be anything, as long as your configured data access layer
supports it!)