Charts helper class. More...
Static Public Member Functions | |
static | load () |
Autoload phplot, now you can use new PHPlot(). |
Charts helper class.
static phplot_charts::load | ( | ) | [static] |
Autoload phplot, now you can use new PHPlot().
This is how you save a file:
$plot = new PHPlot($height, $width, $filename); $plot->SetFileFormat('png'); $plot->SetIsInline(true); // ... $plot->DrawGraph();