Re: how to plot graphs
[email protected] (Rob Dixon)
| Newsgroups | perl.beginners |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > > How do I plot a graph using perl. On the horizontal x-axis I need to plot at > least 1000 points. I cannot use microsoft excel because of the limitation on > the x-axis. Thanks There is no need to restrict yourself to an Excel row to hold graph x-axis values. More often a spreadsheet column will be used to contain the name of the variable at the top, followed by a list of values beneath it. Rob