I know gnuplot can handle histograms. I know perl is effectively doing a pass through when using Chart::gnuplot. And when I set plot type to histograms I don't get an error. But it does keep complaining that there are too many columns. Which is a bit baffling since I am only setting data for the y axis.
Has anyone ever plotted a histogram using Chart::gnuplot straight up? Example code?