BhariD has asked for the wisdom of the Perl Monks concerning the following question:
Is there a module in perl to plot line graphs and to compute the exponential equation(y=ax^n) for each line?
I have a 2d array (numeric values) of almost 40,000 size. This array can be plotted on a 2D graph such that it ends up as 600 lines on the x-y plot. The lines follow an exponential decay pattern. I would like to get the exponential equation for each line which can tell me the shape of the graph and which I can later use to make other interpretations.
What I am looking for is to automate the process of plotting line graphs for bunch of data I have and to automatically compute the exponential function for each line which can be output as a table for each x-y pair? is there a module in perl to do this?
would appreciate any help!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: module to make line graph and to get exponential equation for each line?
by snape (Pilgrim) on Oct 27, 2010 at 06:27 UTC | |
by etj (Priest) on May 28, 2022 at 21:49 UTC | |
|
Re: module to make line graph and to get exponential equation for each line?
by aquarium (Curate) on Oct 27, 2010 at 03:04 UTC |