SetScale('lin'); $graph->SetType(POLAR_180); //$graph->SetAngle(90); //$graph->SetMargin(30-150,30-150,30+150,30+150); $graph->Set90AndMargin(40,40,40,40); //$graph->axis->SetLabelAlign('right','center'); $p = new PolarPlot($data); $p->SetLegend("Test"); $graph->Add($p); $graph->Stroke(); ?>