[PERL] Probleme avec module Chart::Gnuplot

Probleme avec module Chart::Gnuplot [PERL] - Perl - Programmation

Marsh Posté le 26-10-2013 à 17:47:56    

Bonjour a tous,
 
Cela fait un peu plus de deux heures que je me casse la tete avec le module Chart::Gnuplot:
En suivant des tutos sur internet tout marche, jusqu'a je test les scripts moi meme...
À l'aide de print, j'ai pu localiser le probleme: il vient enfait de la derniere ligne de mon script:

Code :
  1. $chart->plot2d($data2)


Le probleme vient de la fonction plot2d car quand je lance le programme j'obtiens

Code :
  1. sh: convert: command not found


et aucune image png du graphique n'est crée dans le répertoire de travail! :fou:  
 
Si quelqu'un pouvait me débloquer...
Merci d'avance

Reply

Marsh Posté le 26-10-2013 à 17:47:56   

Reply

Marsh Posté le 17-11-2013 à 00:40:18    

Désolé pour le délai, j'avais loupé cette question de la section Perl/

Citation :

When the plotting method (e.g. plot2d) is called, Chart::Gnuplot would generate a Gnuplot script based on the information in the chart object and dataset object. Then it would call the Gnuplot program. Unless specified explicitly in terminal of the Chart object, Chart::Gnuplot would by default generate the image in PS format first and then convert the image (by ImageMagick) based on the extension of the filename. The rationale of this approach is that the postscript terminal is so far the best developed teriminal and so this would let users to enjoy the power of Gnuplot as much as possible.
 
Because the default terminal is postscript, if ImageMagick is not installed, you would always need to specify the terminal if the output format is not PS (or EPS).

Est ce que ImageMagick est installé sur ton système?
 
A+,


---------------
There's more than what can be linked! --    Iyashikei Anime Forever!    --  AngularJS c'est un framework d'engulé!  --
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed