Re: [Matplotlib-users] matplotlib hanging on Mac OS 10.7 with Python 2.7.2 EPD 7.2-2 (64-bit)

2012-03-02 Thread Jean-Baptiste Marquette
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

Re: [Matplotlib-users] open ascii grid data and plot

2012-03-01 Thread Jean-Baptiste Marquette
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

Re: [Matplotlib-users] [AstroPy] import problem (matplotlib ? numpy ?) on Mac Intel, python 2.6

2011-05-16 Thread Jean-Baptiste Marquette
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

[Matplotlib-users] import problem (matplotlib ? numpy ?) on Mac Intel, python 2.6

2011-05-16 Thread Jean-Baptiste Marquette
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__