in reply to Re: Histogram in Perl
in thread Histogram in Perl
I have a large 1D array of data. I need to plot the frequency of that data in the histogram format.
I did plot it using 'histogram.pl' but it is not correct.(I am getting a large rectangular box)
So i tried the example given in the 'histogram.pl' , to check if the module works and it also gave the same kind of result:(:(
Any suggestions