Modification de l'espace de dessin

This commit is contained in:
Rodolphe Quiedeville 2005-10-20 19:23:19 +00:00
parent 7bfddcba7f
commit 3423a38639

View File

@ -41,13 +41,12 @@ class GraphBrouzouf {
if ($this->width <> $width && $this->width > 0) if ($this->width <> $width && $this->width > 0)
$width = $this->width; $width = $this->width;
$graph = new Graph($width, $height,"auto"); $graph = new Graph($width, $height,"auto");
$graph->SetScale("textlin"); $graph->SetScale("textlin");
$graph->yaxis->scale->SetGrace(20); $graph->yaxis->scale->SetGrace(20);
$graph->img->SetMargin(40,20,20,40); $graph->img->SetMargin(60,20,20,40);
if ($this->type == 'LinePlot') if ($this->type == 'LinePlot')
{ {