[ Index ]
 

Code source de jpGraph 2.2

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/src/Examples/ -> manscaleex2.php (source)

   1  <?php
   2  include  ("../jpgraph.php");
   3  include  ("../jpgraph_line.php");
   4  
   5  $ydata = array(12,17,22,19,5,15);
   6  
   7  $graph = new Graph(220,200);
   8  $graph->SetScale("textlin",3,35);
   9  
  10  $graph->title->Set('Manual scale, exact limits');
  11  $graph->title->SetFont(FF_FONT1,FS_BOLD);
  12  
  13  $line = new LinePlot($ydata);
  14  $graph->Add($line);
  15  
  16  // Output graph
  17  $graph->Stroke();
  18  
  19  ?>
  20  
  21  


Généré le : Sat Nov 24 09:27:55 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics