http://www.perlmonks.org?node_id=862522


in reply to Re: Plotting a Hash Key-value pair
in thread Plotting a Hash Key-value pair

Thanks for replying... I actually binned my data into buckets and plotted it, but i end up having to use binning sizes that are much bigger than i'd prefer.. I will check out chart::gnuplot, thanks...

Replies are listed 'Best First'.
Re^3: Plotting a Hash Key-value pair
by krish28 (Acolyte) on Sep 30, 2010 at 02:47 UTC
    hey,

    Thanks for replying guys. I tried using Chart::Gnuplot and put it all in as it was supposed to be put, but i got an esoteric error message "/tmp/Mcr2eoH11Z,plot", line 1: undefined variable: noenhanced". Any help for this??

    I also tried using Chart::Clicker, but i lost heart before i could even start, after seeing the huge list of pre-requisites and pre-requisites for those pre-requisites, that i had to install before i used the module.

      krish28:

      If it leaves the temp file around, you could look at it and see where "noenhanced" is, then refer to the gnuplot docs and see if there's anything odd about the immediate surroundings.

      ...roboticus