Aloha Eric,
> This appears to be very much a dueling event loop problem. My guess is
> that the solution will have to be something that keeps the event loops
> well separated, probably in separate processes. All interaction with
> your Client event loop would be in one process, and the callb
Le 29 févr. 2012 à 23:29, questions anon a écrit :
> I have a txt file (with an associated prj file) containing gridded weather
> data.
> Firstly how can I open this file and convert it to a numpy array?
You should have a look on ATpy package : http://atpy.github.com/
Cheers
JB
use of starjava, but you might want to
> have a look at AtPy (http://atpy.github.com/) which does a pretty good job at
> manipulating (astronomical) tables.
>
> Cheers,
>
> Thomas Boch
>
> On 16/05/11 17:02, Jean-Baptiste Marquette wrote:
>>
>> Dear matplot
Dear matplotlib/numpy gurus,
This is my first attempt to use matplotlib & numpy, with the following small
piece of code:
#!/usr/bin/env jython jython because of the import of stilts from
starjava
# Fabrique les figures des champs du papier Catalogue
__author__="marquett"
__date__