\n";
echo $header . " " . $value . "
\n";
echo "
"; print_r( $xdata); print_r( $ddata); echo ""; } if ( 1 == 1) { $graph = new Graph(600,400,"auto"); $graph->SetScale("textlin"); $graph->img->SetMargin(80,20,20,80); $graph->title->Set($title); $graph->xaxis->SetTickLabels($xlabel); $barplot = new BarPlot($ddata); $barplot->SetFillColor('#c8c8c8'); $graph->Add($barplot); $graph->Stroke(); } // 2nd test ?>