On Thu, Nov 15, 2012 at 2:48 PM, Boris Vladimir Comi
wrote:
> Hi all:
>
> I have begun to learn about python / matplolib / basemap and really need some
> help.
>
> My data is in an Excel workbook in format .xls or csv(see attached):
>
> 1. How to open excel file in python?
>
> 2. I would like t
> 1. How to open excel file in python?
You can read excel files with the xlrd module : http://www.python-excel.org/
However, you may want to simply read your exported CSV files.
> 2. I would like to plot multiple line joining the positions of each of the
> events, it is possible to do this? Ha