1 <?php
defined('SYSPATH') OR die('No direct access allowed.');
5 class phplot_charts_Core
8 * Autoload phplot, now you can use new PHPlot()
10 * This is how you save a file:
13 * $plot = new PHPlot($height, $width, $filename);
14 * $plot->SetFileFormat('png');
15 * $plot->SetIsInline(true);
20 public static function load()
22 require_once Kohana
::find_file('vendor','phplot/phplot/phplot');