Probleme avec module Chart::Gnuplot [PERL] - Perl - Programmation
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. |
Est ce que ImageMagick est installé sur ton système?
A+,
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:
Le probleme vient de la fonction plot2d car quand je lance le programme j'obtiens
et aucune image png du graphique n'est crée dans le répertoire de travail!
Si quelqu'un pouvait me débloquer...
Merci d'avance