Thordax Shop smart. Shop S-Mart ! | Hello, j'ai l'expression suivante :
Code :
- my @data = (
- ["tata", "titi" , "toto"],
- [14, 15, 16 ]
- );
- my $graph = new GD::Graph::pie3d( 400, 300 );
- $graph->set(
- x_label => 'test1',
- y_label => 'test2',
- title => 'test3',
- );
- my $gd = $graph->plot( \@data );
|
Comment visualiser le résultat du plot ? (je lance mon fichier perl depuis le bash) Peut-on automatiser l'enregistrement du graph obtenu en fichier jpg ou png ou autre ?
Merci d'avance ---------------
Atari 520 ST 256 Ko
|