Skip to content
Snippets Groups Projects
Commit 3423a386 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Modification de l'espace de dessin

parent 7bfddcba
No related branches found
No related tags found
No related merge requests found
......@@ -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')
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment