title->Set('Using a circular module type'); $graph->title->SetFont(FF_ARIAL,FS_BOLD,14); $mp = new MatrixPlot($data,2); $mp->SetSize(0.85); $mp->SetModuleType(1); $mp->SetBackgroundColor('teal:1.8'); $mp->SetCenterPos(0.5,0.45); $mp->SetLegendLayout(1); $graph->Add($mp); $graph->Stroke(); ?>