views:

83

answers:

1

I would like to plot some image binary data on a grayscale matrix-like graph with custom values on axes. I'm using Perl on a Windows machine but I can't fine the right module to do this. I'm already using GD::Graph to plot other type of data but it seems unsuitable for this specific task.

+1  A: 

I found Gnuplot very useful for such tasks. There are Perl modules also available for this. i.e. Chart::Gnuplot

Space
With ActivePerl 5.10 on Windows? I can't find the package on ActiveState repositories.
angaran
@angaran : You'll have to add some repositories in that case. Go to `Edit`->`Preferences`. There are a number of suggested repositories you can add from the 'Suggested:' drop-down list.
Zaid
@Zaid: I have already added them
angaran
@angaran : You may be viewing packages currently installed in that case. You need to view all packages by selecting the appropriate button or hitting `Ctrl+1`. Hope this helps!
Zaid
@Zaid: damn! I clicked the icon by mistake! My fault! I'll try that package and let you know if i'm satisfied.
angaran