开发者

Drawing graph with bargraph.pl script

开发者 https://www.devze.com 2023-03-26 12:30 出处:网络
I am trying to draw a bar graph with the script from this site http://www.burningcutlery.com/derek/bargraph/ but I am getting the following error on my screen. Any ideas

I am trying to draw a bar graph with the script from this site http://www.burningcutlery.com/derek/bargraph/ but I am getting the following error on my screen. Any ideas

perl bargraph.pl -gnuplot -fig -png scenario1.perf 
sh: fig2dev: not found
convert: no decode delegate for this image format `/tmp/magick-XXpiZBkY' @ e开发者_运维技巧rror/constitute.c/ReadImage/532.
convert: missing an image filename `-' @ error/convert.c/ConvertImageCommand/2970.


You don't have fig2dev. It looks like you need to install a transfig package as described in the "Caveats and Future Work" section on the bargraph page you linked. How you do that depends on what OS you're running.

0

精彩评论

暂无评论...
验证码 换一张
取 消