Re: [Matplotlib-users] Information request

2008-09-26 Thread Jeff Whitaker
p you any further. -Jeff > -Original Message- > From: Jeff Whitaker [mailto:[EMAIL PROTECTED] > Sent: Thursday, 25 September, 2008 15:34 > To: De Pauw Antoine > Cc: 'Matplotlib Users' > Subject: Re: [Matplotlib-users] Information request > > De Pauw Antoine wrot

Re: [Matplotlib-users] Information request

2008-09-25 Thread Antoine De Pauw
:34 To: De Pauw Antoine Cc: 'Matplotlib Users' Subject: Re: [Matplotlib-users] Information request De Pauw Antoine wrote: > Jeff, > > Thanks for the tip, it's now working perfectly > > However, there's still that border with the imshow plot, and I think it > wo

Re: [Matplotlib-users] Information request

2008-09-25 Thread Jeff Whitaker
you shrink the size of the map plotting region so it's fully within the convex hull of the data, the border disappears. -Jeff > -Original Message- > From: Jeff Whitaker [mailto:[EMAIL PROTECTED] > Sent: jeudi 25 septembre 2008 14:15 > To: De Pauw Antoine > Cc: &#

Re: [Matplotlib-users] Information request

2008-09-25 Thread De Pauw Antoine
w Antoine Cc: 'Matplotlib Users' Subject: Re: [Matplotlib-users] Information request De Pauw Antoine wrote: > Hi Jeff, > > I finally found out how to fill my figure with a background color using > axes.set_axis_bgcolor(color), but I'm facing the following problem now: >

Re: [Matplotlib-users] Information request

2008-09-25 Thread John Hunter
On Thu, Sep 25, 2008 at 7:15 AM, Jeff Whitaker <[EMAIL PROTECTED]> wrote: > De Pauw Antoine wrote: >> Hi Jeff, >> >> I finally found out how to fill my figure with a background color using >> axes.set_axis_bgcolor(color), but I'm facing the following problem now: >> >> How could I get the lower col

Re: [Matplotlib-users] Information request

2008-09-25 Thread Jeff Whitaker
di 23 septembre 2008 20:38 > To: De Pauw Antoine > Cc: 'John Hunter'; 'Matplotlib Users' > Subject: Re: [Matplotlib-users] Information request > > De Pauw Antoine wrote: > >> Jeff, >> >> I still don't know how to either remove this a

Re: [Matplotlib-users] Information request

2008-09-25 Thread De Pauw Antoine
le=np.fromfile(open(fileName,'rb'),' -Original Message- > From: Jeff Whitaker [mailto:[EMAIL PROTECTED] > Sent: lundi 22 septembre 2008 13:59 > To: De Pauw Antoine > Cc: 'John Hunter'; 'Matplotlib Users' > Subject: Re: [Matplotlib-user

Re: [Matplotlib-users] Information request

2008-09-24 Thread De Pauw Antoine
-Original Message- From: Jeff Whitaker [mailto:[EMAIL PROTECTED] Sent: mardi 23 septembre 2008 20:38 To: De Pauw Antoine Cc: 'John Hunter'; 'Matplotlib Users' Subject: Re: [Matplotlib-users] Information request De Pauw Antoine wrote: > Jeff, > > I still don't k

Re: [Matplotlib-users] Information request

2008-09-23 Thread Jeff Whitaker
ame,'rb'),' -Original Message- > From: Jeff Whitaker [mailto:[EMAIL PROTECTED] > Sent: lundi 22 septembre 2008 13:59 > To: De Pauw Antoine > Cc: 'John Hunter'; 'Matplotlib Users' > Subject: Re: [Matplotlib-users] Information request > >

Re: [Matplotlib-users] Information request

2008-09-23 Thread Jeff Whitaker
360; ny = 180 titre='SO2' legende='Delta Brightness Temperature (K)' nbreligne=long(os.stat(fileName)[6])/(8*int(fileName[-2:])) rawfile=np.fromfile(open(fileName,'rb'),' -Original Message- > From: Jeff Whitaker [mailto:[EMAIL PROTECTED] > Sent: lund

Re: [Matplotlib-users] Information request

2008-09-23 Thread De Pauw Antoine
D] Sent: lundi 22 septembre 2008 13:59 To: De Pauw Antoine Cc: 'John Hunter'; 'Matplotlib Users' Subject: Re: [Matplotlib-users] Information request De Pauw Antoine wrote: > Jeff, > > I included here a figure where you'll see the border problem for imshow in >

Re: [Matplotlib-users] Information request

2008-09-22 Thread Jeff Whitaker
t;> >>> >> Antoine: Sorry to seem dense, but I don't see anything wrong with that >> plot. I see a white border along the north and south pole, but I >> intrepret that to be missing values. However, my eyes are notoriously >> bad. I'd like to b

Re: [Matplotlib-users] Information request

2008-09-22 Thread De Pauw Antoine
From: Jeff Whitaker [mailto:[EMAIL PROTECTED] Sent: lundi 22 septembre 2008 13:59 To: De Pauw Antoine Cc: 'John Hunter'; 'Matplotlib Users' Subject: Re: [Matplotlib-users] Information request De Pauw Antoine wrote: > Jeff, > > I included here a figure where you&

Re: [Matplotlib-users] Information request

2008-09-22 Thread De Pauw Antoine
di 18 septembre 2008 17:23 To: Jeff Whitaker; [EMAIL PROTECTED] Cc: 'John Hunter'; 'Matplotlib Users' Subject: re:Re: [Matplotlib-users] Information request Jeff, No the example doesn't show that line If I reduce the amount of data, the border will be on every side

Re: [Matplotlib-users] Information request

2008-09-18 Thread Antoine De Pauw
zoom in and see the problem myself. Does the >griddata_demo.py script show the same problem for you? > >-Jeff >> >> -Original Message- >> From: Jeff Whitaker [mailto:[EMAIL PROTECTED] >> Sent: mercredi 17 septembre 2008 19:05 >> To: John Hunter >> C

Re: [Matplotlib-users] Information request

2008-09-18 Thread Jeff Whitaker
? -Jeff > > -Original Message- > From: Jeff Whitaker [mailto:[EMAIL PROTECTED] > Sent: mercredi 17 septembre 2008 19:05 > To: John Hunter > Cc: De Pauw Antoine; Matplotlib Users > Subject: Re: [Matplotlib-users] Information request > > John Hunter wrote: > >&

Re: [Matplotlib-users] Information request

2008-09-18 Thread De Pauw Antoine
otophysics laboratory Université Libre de Bruxelles - ULB -Original Message- From: Jeff Whitaker [mailto:[EMAIL PROTECTED] Sent: mercredi 17 septembre 2008 19:05 To: John Hunter Cc: De Pauw Antoine; Matplotlib Users Subject: Re: [Matplotlib-users] Information request John Hunter wrote

Re: [Matplotlib-users] Information request

2008-09-17 Thread Jeff Whitaker
John Hunter wrote: > On Wed, Sep 17, 2008 at 11:54 AM, John Hunter <[EMAIL PROTECTED]> wrote: > > >> Attached is a screenshot (zoom.png) from the gimp, zoomed in near the >> axes border. The black horizontal line is the top axes border, the >> horizontal grey line is the artifact, the vertical

Re: [Matplotlib-users] Information request

2008-09-17 Thread John Hunter
On Wed, Sep 17, 2008 at 11:54 AM, John Hunter <[EMAIL PROTECTED]> wrote: > Attached is a screenshot (zoom.png) from the gimp, zoomed in near the > axes border. The black horizontal line is the top axes border, the > horizontal grey line is the artifact, the vertical dashed line is a > grid line.

Re: [Matplotlib-users] Information request

2008-09-17 Thread Jeff Whitaker
John Hunter wrote: > On Wed, Sep 17, 2008 at 11:08 AM, Jeff Whitaker <[EMAIL PROTECTED]> wrote: > >> De Pauw Antoine wrote: >> >>> Jeff, >>> >>> I finally managed to obtain a neat image with imshow and griddata >>> >>> The code snippet is here: >>> http://snipplr.com/view/8307/map-plotting-

Re: [Matplotlib-users] Information request

2008-09-17 Thread John Hunter
On Wed, Sep 17, 2008 at 11:08 AM, Jeff Whitaker <[EMAIL PROTECTED]> wrote: > De Pauw Antoine wrote: >> Jeff, >> >> I finally managed to obtain a neat image with imshow and griddata >> >> The code snippet is here: >> http://snipplr.com/view/8307/map-plotting-python-code-temporary/ >> >> The only pro

Re: [Matplotlib-users] Information request

2008-09-17 Thread Jeff Whitaker
chimie quantique et photophysique - Quantum chemistry and > photophysics laboratory > Université Libre de Bruxelles - ULB > > > -Original Message- > From: Jeff Whitaker [mailto:[EMAIL PROTECTED] > Sent: mercredi 17 septembre 2008 13:40 > To: De Pauw Antoine > Cc: '

Re: [Matplotlib-users] Information request

2008-09-17 Thread De Pauw Antoine
8 13:40 To: De Pauw Antoine Cc: 'John Hunter'; 'Eric Firing'; 'Matplotlib Users' Subject: Re: [Matplotlib-users] Information request De Pauw Antoine wrote: > Hi John, > > I used your example with the missing .ax to modify these font sizes and it > wo

Re: [Matplotlib-users] Information request

2008-09-17 Thread De Pauw Antoine
--Original Message- From: Jeff Whitaker [mailto:[EMAIL PROTECTED] Sent: mercredi 17 septembre 2008 13:40 To: De Pauw Antoine Cc: 'John Hunter'; 'Eric Firing'; 'Matplotlib Users' Subject: Re: [Matplotlib-users] Information request De Pauw Antoine wrote: > Hi John, >

Re: [Matplotlib-users] Information request

2008-09-17 Thread Jeff Whitaker
what is wrong. Let me suggest again - please post complete, self-contained examples that demonstrate your problem. Did you look at the griddata_demo.py example? -Jeff > > -Original Message- > From: John Hunter [mailto:[EMAIL PROTECTED] > Sent: mercredi 17 septembre 2008 13

Re: [Matplotlib-users] Information request

2008-09-17 Thread De Pauw Antoine
al Message- From: John Hunter [mailto:[EMAIL PROTECTED] Sent: mercredi 17 septembre 2008 13:00 To: De Pauw Antoine Cc: Eric Firing; Jeff Whitaker; Matplotlib Users Subject: Re: [Matplotlib-users] Information request On Wed, Sep 17, 2008 at 3:28 AM, De Pauw Antoine <[EMAIL PROTECTED]> wro

Re: [Matplotlib-users] Information request

2008-09-17 Thread John Hunter
On Wed, Sep 17, 2008 at 3:28 AM, De Pauw Antoine <[EMAIL PROTECTED]> wrote: > The image generated is here: > http://www.kirikoo.net/images/5shrad-20080917-102544.png > > Also, I couldn't find any way to reduce the colorbar font size The colorbar method returns a matplotlib.colorbar.Colorbar insta

Re: [Matplotlib-users] Information request

2008-09-17 Thread De Pauw Antoine
tum chemistry and photophysics laboratory Université Libre de Bruxelles - ULB -Original Message- From: Eric Firing [mailto:[EMAIL PROTECTED] Sent: mardi 16 septembre 2008 21:58 To: De Pauw Antoine Cc: 'Jeff Whitaker'; 'Matplotlib Users' Subject: Re: [Matplotlib-users]

Re: [Matplotlib-users] Information request

2008-09-16 Thread Eric Firing
De Pauw Antoine wrote: > Jeff, > > In fact my satellite data is displaying clouds of various gases, and I don’t > like the fact that "empty" places are left dark blue (I use jet reversed > cmap) > > By masking data under a certain value, I isolate the clouds and then they > are in evidence > > W

Re: [Matplotlib-users] Information request

2008-09-16 Thread De Pauw Antoine
otophysique - Quantum chemistry and photophysics laboratory Université Libre de Bruxelles - ULB -Original Message- From: Jeff Whitaker [mailto:[EMAIL PROTECTED] Sent: mardi 16 septembre 2008 13:16 To: De Pauw Antoine Cc: 'Matplotlib Users' Subject: Re: [Matplotlib-users] Information req

Re: [Matplotlib-users] Information request

2008-09-16 Thread Jeff Whitaker
B > > -Original Message- > From: Jeff Whitaker [mailto:[EMAIL PROTECTED] > Sent: vendredi 12 septembre 2008 13:26 > To: De Pauw Antoine > Cc: 'Matplotlib Users' > Subject: Re: [Matplotlib-users] Information request > > De Pauw Antoine wrote: >

Re: [Matplotlib-users] Information request

2008-09-16 Thread De Pauw Antoine
Bruxelles - ULB -Original Message- From: Jeff Whitaker [mailto:[EMAIL PROTECTED] Sent: vendredi 12 septembre 2008 13:26 To: De Pauw Antoine Cc: 'Matplotlib Users' Subject: Re: [Matplotlib-users] Information request De Pauw Antoine wrote: > Hi Jeff, > > I updated my code snippet and

Re: [Matplotlib-users] Information request

2008-09-12 Thread De Pauw Antoine
hitaker [mailto:[EMAIL PROTECTED] Sent: vendredi 12 septembre 2008 13:26 To: De Pauw Antoine Cc: 'Matplotlib Users' Subject: Re: [Matplotlib-users] Information request De Pauw Antoine wrote: > Hi Jeff, > > I updated my code snippet and uploaded the image I created with

Re: [Matplotlib-users] Information request

2008-09-12 Thread Jeff Whitaker
help(scatter) you will see that scatter takes an antialised keyword antialiasedBoolean or sequence of booleans -Jeff > > -Original Message- > From: Jeff Whitaker [mailto:[EMAIL PROTECTED] > Sent: jeudi 11 septembre 2008 16:48 > To: De Pauw Antoine > Cc: 'Mat

Re: [Matplotlib-users] Information request

2008-09-12 Thread De Pauw Antoine
- Quantum chemistry and photophysics laboratory Université Libre de Bruxelles - ULB -Original Message- From: Jeff Whitaker [mailto:[EMAIL PROTECTED] Sent: jeudi 11 septembre 2008 16:48 To: De Pauw Antoine Cc: 'Matplotlib Users' Subject: Re: [Matplotlib-users] Information request D

Re: [Matplotlib-users] Information request

2008-09-11 Thread Jeff Whitaker
f Whitaker [mailto:[EMAIL PROTECTED] > Sent: jeudi 11 septembre 2008 15:29 > To: De Pauw Antoine > Cc: 'Matplotlib Users' > Subject: Re: [Matplotlib-users] Information request > > De Pauw Antoine wrote: > >> Thanks Jeff, >> >> This seems to work w

Re: [Matplotlib-users] Information request

2008-09-11 Thread De Pauw Antoine
: 'Matplotlib Users' Subject: Re: [Matplotlib-users] Information request De Pauw Antoine wrote: > Thanks Jeff, > > This seems to work with csv file types, and I've been experimenting a bit > with it > > However, when I try to implement this with my original code (with bin

Re: [Matplotlib-users] Information request

2008-09-11 Thread Jeff Whitaker
ysique - Quantum chemistry and > photophysics laboratory > Université Libre de Bruxelles - ULB > > > -Original Message- > From: Jeff Whitaker [mailto:[EMAIL PROTECTED] > Sent: jeudi 11 septembre 2008 14:10 > To: De Pauw Antoine > Cc: 'Matplotlib Users

Re: [Matplotlib-users] Information request

2008-09-11 Thread De Pauw Antoine
: Jeff Whitaker [mailto:[EMAIL PROTECTED] Sent: jeudi 11 septembre 2008 14:10 To: De Pauw Antoine Cc: 'Matplotlib Users' Subject: Re: [Matplotlib-users] Information request De Pauw Antoine wrote: > Hi Jeff, > > I have put the code online with a sample of the data here: > >

Re: [Matplotlib-users] Information request

2008-09-11 Thread Jeff Whitaker
De Pauw Antoine wrote: > Hi Jeff, > > I have put the code online with a sample of the data here: > > http://snipplr.com/view/8307/map-plotting-python-code-temporary/ > > I hope you'll be able to give me some advice as it is quite difficult for > someone new in python and scientific computation > >

Re: [Matplotlib-users] Information request

2008-09-11 Thread Jeff Whitaker
De Pauw Antoine wrote: > Hi Jeff, > > I have put the code online with a sample of the data here: > > http://snipplr.com/view/8307/map-plotting-python-code-temporary/ > > I hope you'll be able to give me some advice as it is quite difficult for > someone new in python and scientific computation >

Re: [Matplotlib-users] Information request

2008-09-11 Thread De Pauw Antoine
Hi Jeff, I have put the code online with a sample of the data here: http://snipplr.com/view/8307/map-plotting-python-code-temporary/ I hope you'll be able to give me some advice as it is quite difficult for someone new in python and scientific computation Antoine De Pauw Collaborateur de recher

Re: [Matplotlib-users] Information request

2008-09-10 Thread Antoine De Pauw
in fact the points are not in a rectangular array and pixels are missing, like you said I'll put the code and binary file online tomorrow as I have not access to it today, but reading it is not the problem when read, the values are in three arrays of same size, which I will have to convert to

Re: [Matplotlib-users] Information request

2008-09-10 Thread Jeff Whitaker
Antoine De Pauw wrote: > Thanks Jeff, > > In fact my points are arranged in three unsorted arrays, with a simple scheme > (thats why I couldn't plot them with imshow and others) > > arrays: > > [lat][lon][val] > [-10][ 17][0.3] > [ 37][ 23][3.7] > ... ... ... > > and so for many rows... >

Re: [Matplotlib-users] Information request

2008-09-10 Thread Jeff Whitaker
Antoine De Pauw wrote: > Sir, > > I'm sorry, as english is not my mothertongue and it is sometimes difficult to > be understandable. > > All is in the script I gave to you initially, except the point drawing code > which would be useless as it is proven not to work (I dont know the method to > d