plot data from Excel sheet by Matplotlib, how?

2006-05-13 Thread N/A
Hi all, Can any1 please guide me how to plot data from Excel by Matplotlib? Let's say, I have 78(rows) x 8(cols) data in an Excel sheet. I would like to plot data for all 78(rows) at 4th column against data for all 78(rows) at 7th column. How to plot it? Thank u! -- http://mail.python.org/mailm

Re: which windows python to use?

2006-05-11 Thread N/A
hi, if mathematical and numerical algorithm are all you need, then just go for Enthought distribution + Matplotlib. The Enthought distribution provides all packages you need and handy for insatllation! My combo: 1. Enthought Distribution 2. Matplotlib 3. EmEditor Brian Blais wrote: > Hello,

Re: Econometrics in Panel data?

2006-05-10 Thread N/A
Oh! I think I should stop wasting time to learn Python to do my econometric algorithms. >_< [EMAIL PROTECTED] wrote: > Cameron Laird wrote: >> In article <[EMAIL PROTECTED]>, I counseled: >>> In article <[EMAIL PROTECTED]>, >>> DeepBlue <[EMAIL PROTECTED]> wrote: so are you saying that Pyt

Matplotlib in Python vs. Matlab, which one has much better graphical pressentation?

2006-05-09 Thread N/A
Hi all, Can I have your opinions on Matlab vs. Matplotlib in Python in terms of 2D and 3D graphical presentation please. Matplotlib in Python vs. Matlab, which one has much better graphical pressentation? -- http://mail.python.org/mailman/listinfo/python-list

clear memory? how?

2006-05-09 Thread N/A
Hi all, I am learning Python. Just wondering how to clear saved memory in Python? Like in Matlab I can simply use "clear all" to clear all saved memory. Thank u! -- http://mail.python.org/mailman/listinfo/python-list

Re: Import data from Excel

2006-05-08 Thread N/A
sorry, can you say it more clearly? In Matlab, I can easily import data from Excel just simply use 'xlsread' command. How to do that in Python environment? thank u! Paddy wrote: > The CSV module? > -- http://mail.python.org/mailman/listinfo/python-list

Import data from Excel

2006-05-08 Thread N/A
Hi, Is it possible to import data from Excel for doing numerical analysis in Python? If so how? Thank u! -- http://mail.python.org/mailman/listinfo/python-list