Changeset 32778 for _plugins_/jpgraph
- Timestamp:
- 11/09/09 16:00:20 (9 months ago)
- Files:
-
- 1 modified
-
_plugins_/jpgraph/jpgraph_fonctions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/jpgraph/jpgraph_fonctions.php
r32770 r32778 157 157 case "point": $graph = new Graph($largeur,$hauteur); 158 158 $graph->SetScale("linlin"); 159 $plot = new ScatterPlot($donnee ,$donneedeux);159 $plot = new ScatterPlot($donneedeux,$donnee); 160 160 if (isset($marqueur_formes[$marqueur['nom']])) 161 161 $plot->mark->SetType($marqueur_formes[$marqueur['nom']]);
