title->Set('Meshinterpolation=3'); $graph->title->SetFont(FF_ARIAL,FS_BOLD,14); $mp = new MatrixPlot($data,1); $mp->colormap->SetMap(0); $mp->SetSize(200,160); $mp->SetCenterPos(0.5,0.55); $mp->legend->Show(false); $graph->Add($mp); $graph->Stroke(); ?>