setSize(0.6, 0.6); $plot->setCenter(0.4, 0.5); $plot->legend->shadow->setSize(4); $plot->legend->setPadding(10, 10, 10, 10); $plot->legend->setTextMargin(8, 0); $plot->legend->setPosition(1.45, 0.50); $plot->legend->setAlign(LEGEND_RIGHT); $plot->setLegend(array( 'Un', 'Deux', 'Trois', 'Quatre', 'Cinq', 'Six', 'Sept', 'Huit', 'Neuf' )); $plot->setLabelNumber(6); $plot->setLabelMinimum(10); $plot->label->setCallbackFunction('callbackLabel'); $plot->label->setFont(new Tuffy(8)); $graph->add($plot); $graph->draw(); ?>