/

PlotXYLineChart

[this page | pdf]

Function Description

Returns a xy line chart where the x and y are both numeric. More precisely, returns a string which is the (temporary) code for a SmartChart that plots such information.

 

To allow users to plot several different series together, this function takes as input two different arrays, one containing all of the input data for all of the series (i.e. InputData), positioned consecutively and the other containing the number of entries in each series (i.e. InputDataSizes). So if InputDataSizes is {3,4} then two series are being analysed simultaneously, the first with three data points and the second with four, so InputData should have seven entries, the first three of which are for the first series and the last four for the second series.

 

For further details on how to use the ChartFormat parameter to format a chart see using the ChartFormat parameter.

 


NAVIGATION LINKS
Contents | Prev | Next


Links to:

-          Interactively run function

-          Interactive instructions

-          Example calculation

-          Output type / Parameter details

-          Illustrative spreadsheet

-          Other Charting functions

-          Computation units used


Note: If you use any Nematrian web service either programmatically or interactively then you will be deemed to have agreed to the Nematrian website License Agreement


Desktop view | Switch to Mobile