I need to make a Pie Chart and Bar graph using Perl. I need to make two graphs something like below using Perl
Which libraries I can use here? As Previously I was trying to work with Chart Clicker and I was not able to make that work. There was some error coming up in some Modules. I posted same question few weeks back and nobody has answered yet Compilation failed while trying to run Chart Clicker.
So that is the reason I was looking for some simple libraries from which I can draw the above two graphs in Perl
Have a look at GD::Graph – Graph Plotting Module for Perl 5, would be useful for you.