SetScale("textlin",3,35); $graph->title->Set('Manual scale, exact limits'); $graph->title->SetFont(FF_FONT1,FS_BOLD); $line = new LinePlot($ydata); $graph->Add($line); // Output graph $graph->Stroke(); ?>