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

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