Re: how to plot graphs
[email protected] (Rob Dixon)
| Newsgroups | perl.beginners |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > From: "Rob Dixon" <[email protected]> > To: <[email protected]> > Cc: <[email protected]> > Sent: Wednesday, May 28, 2008 2:51 AM > Subject: Re: how to plot graphs > >> 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. > In the excel sheet, I put the x-values as follows, so each cell in a row hold > a value in the x-axis, henceforth I face some restrictions, so what is the > correct way to input the values if I wish to have up to game1000. The values > are as follows :- > > 1 2 1 0 1 2 3 2 > game1 game2 game3 game4 game5 game6 game7 game8 Simply transpose the table so that the row becomes a column of 1000 items. However, this being a Perl group it is not the place to discuss Excel spreadsheets! I was just pointing out that you may still be able to use Excel if you would prefer. Rob