in reply to Re: Matrix kind of graph
in thread Matrix kind of graph

Hi Mortiz,

Yes that can be done, But in my case it's going to be huge number of combination (Cartesian). So X values going to be really messy.

My idea was, graph will be having one X-Axis with X values and one Y-Axis with Y values. There will not be any Z axis but in the canvas it'll show the values.

Replies are listed 'Best First'.
Re^3: Matrix kind of graph
by moritz (Cardinal) on Feb 24, 2011 at 08:04 UTC
    So it sounds you either want a 3D plot, or a density plot/heat map where the z value is encoded in the color.

    I have done neither with Perl so far, but these key words should give you an idea what to search for. A quick search showed up tridens, which might do what you want.