SetDataValues — Set the data array for plotting
$plot->SetDataValues($dv
)
SetDataValues
sets the data array which contains the
data values to be plotted. Use of this function is required.
$dv
The data array, containing values according to the data type format set by SetDataType.
The data array $dv
must use zero-based sequential
integer indexes. Each entry in the data
array is also an array, representing one 'record'. The record arrays need
not use zero based sequential integer indexes; the entries are processed in
the same order in which they were defined, regardless of the index values.
For more on data arrays and data types, see Section 3.3, “PHPlot Data Types”.
This version of the manual was produced for the
PHPlot Sourceforge project web service site, which requires the logo on each
page.
To download a logo-free copy of the manual, see the
PHPlot project downloads
area.