Ajout légende
This commit is contained in:
parent
2e82c98c60
commit
6777b53bb5
@ -135,13 +135,18 @@ if ($resql)
|
|||||||
$b2plot = new LinePlot($datas);
|
$b2plot = new LinePlot($datas);
|
||||||
$b2plot->SetWeight(2);
|
$b2plot->SetWeight(2);
|
||||||
$b2plot->SetColor("red");
|
$b2plot->SetColor("red");
|
||||||
|
$b2plot->SetLegend("réel");
|
||||||
$graph->Add($b2plot);
|
$graph->Add($b2plot);
|
||||||
|
|
||||||
$lineplot = new LinePlot($moydatas);
|
$lineplot = new LinePlot($moydatas);
|
||||||
$lineplot->SetColor("blue");
|
$lineplot->SetColor("blue");
|
||||||
|
$lineplot->SetLegend("moyenne");
|
||||||
$graph->Add($lineplot);
|
$graph->Add($lineplot);
|
||||||
|
|
||||||
$graph->img->SetImgFormat("png");
|
$graph->img->SetImgFormat("png");
|
||||||
|
|
||||||
|
$graph->legend->Pos(0.08,0.08,"left","top");
|
||||||
|
|
||||||
$graph->Stroke($file);
|
$graph->Stroke($file);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user