Jeff,
I included here a figure where you'll see the border problem for imshow in
my case
http://img217.imageshack.us/img217/5240/testfigzp3.png
The border wraps at -180 and 180 to form the white line
PS: it is atmospheric ice and not SO2, I just omitted to change the title ^^
Antoine De Pauw
C
On Mon, Sep 22, 2008 at 5:19 AM, dmitrey <[EMAIL PROTECTED]> wrote:
> John Hunter wrote:
>>
>> On Sun, Sep 21, 2008 at 3:28 PM, dmitrey <[EMAIL PROTECTED]>
>> Could you be more precise about what you mean when you say it doesn't
>> work? It works for me, in that the figure window that was created
Jeff,
The code snippet has been provided, if you run it with the csv reading code
instead of my binary file reading code you'll see it works
I have added some points at each corner of the map (-180:90 180:90 -180:-90
180:-90) with zero values and the white gap persists
If you cannot help me, tha
De Pauw Antoine wrote:
> Jeff,
>
> I included here a figure where you'll see the border problem for imshow in
> my case
>
> http://img217.imageshack.us/img217/5240/testfigzp3.png
>
> The border wraps at -180 and 180 to form the white line
>
> PS: it is atmospheric ice and not SO2, I just omitted to
On Monday 22 September 2008 07:55:57 am John Hunter wrote:
> On Mon, Sep 22, 2008 at 5:19 AM, dmitrey <[EMAIL PROTECTED]> wrote:
> > John Hunter wrote:
> >> On Sun, Sep 21, 2008 at 3:28 PM, dmitrey <[EMAIL PROTECTED]>
> >> Could you be more precise about what you mean when you say it doesn't
> >> w
On 9/22/2008 7:59 AM Jeff Whitaker apparently wrote:
> we can't do much if you
> don't provide a self-contained script, that I can run, which reproduces
> the problem.
Ideally, a *short* self-contained script.
Or as Simon Tatham puts it, "show me":
http://www.chiark.greenend.org.uk/~sgtatham/bug
The SciPy conference proceedings are finally available online:
http://conference.scipy.org/proceedings/SciPy2008 .
I hope you enjoy them. I find it great to have this set of excellent
articles talking about works done with, or for, Python in science. For
me, it is a reference to remember what was
All: I am trying to build matplotlib 0.98.3 on a Red Hat Enterprise 5
linux box. I have Tkinter support compiled into my
/usr/local/bin/python installation (at least "import Tkinter" raises no
exceptions). However, when I try to build matplotlib using
"/usr/local/bin/python setup.py build",