SetScale('intlin'); $graph->title->Set('Filled line with NULL values'); //Make sure data starts from Zero whatever data we have $graph->yscale->SetAutoMin(0); $p1 = new LinePlot($datay); $p1->SetFillColor('lightblue'); $graph->Add($p1); // Output line $graph->Stroke(); ?>