[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/projectmanager/inc/jpgraph-1.5.2/src/Examples/ -> spiderex1.php (source)

   1  <?php
   2      include  ("../jpgraph.php");
   3      include  ("../jpgraph_spider.php");
   4      
   5      // Some data to plot
   6      $data = array(55,80,46,71,95);
   7      
   8      // Create the graph and the plot
   9      $graph = new SpiderGraph(250,200,"auto");
  10      $plot = new SpiderPlot($data);
  11  
  12      // Add the plot and display the graph
  13      $graph->Add($plot);
  14      $graph->Stroke();
  15  ?>


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7