[ Index ] |
|
Code source de jpGraph 2.2 |
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(250,200); 8 $graph->SetScale("textlin",3,35); 9 $graph->SetTickDensity(TICKD_DENSE); 10 $graph->yscale->SetAutoTicks(); 11 12 $graph->title->Set('Manual scale, auto ticks'); 13 $graph->title->SetFont(FF_FONT1,FS_BOLD); 14 15 $line = new LinePlot($ydata); 16 $graph->Add($line); 17 18 // Output graph 19 $graph->Stroke(); 20 21 ?> 22 23
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Nov 24 09:27:55 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |