Modification de l'espace de dessin
This commit is contained in:
parent
7bfddcba7f
commit
3423a38639
@ -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')
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user