[SciPy-user] plotting with scipy

javi markez bigara nowar00 at hotmail.com
Tue Mar 27 08:22:15 EDT 2007


hi,

i am looking for the easy way to plot some coordinates with 
scipy.gplt.pyPlot this is how i try it but is not working as i would like 
to....
the new list is a list of pair coordinates something like this:

[-6.654644,65.55555]
[-6.645654,65.98798]
[-6.987813,65.28951]
[-6.645654,65.65987]
[-6.634895,65.36985]

>>>import scipy.plt
>>>from scipy import gplt
>>>draw=scipy.gplt.pyPlot.Plot()
>>>draw.plot(newlist)
>>>draw.title('little map')
>>>draw.xtitle('longitude')
>>>draw.ytitle('latitude')

the thing is that i get in the x axes the number of list and then two strait 
lines


65_________________________________
50
35
20
5
-10-------------------------------------------------
0      1          2         3         4       5     ............

this is wat it plots more or less
can anybody help me.
thanks in advance
Nowar00

_________________________________________________________________
Descarga gratis la Barra de Herramientas de MSN 
http://www.msn.es/usuario/busqueda/barra?XAPID=2031&DI=1055&SU=http%3A//www.hotmail.com&HL=LINKTAG1OPENINGTEXT_MSNBH




More information about the SciPy-User mailing list