OceanWolf

Results 16 comments of OceanWolf

Agreed about the 500Mb file. we can leave it as an error message in the code: ``` python url = 'http://www.matplotlib.org/basemap/...' try: openfile(fname) except: raise Exception('File %s not found, download...

Hi Konstantin, nice project, I take it that "within a couple of next months" hasn't happened yet? What stumbling blocks do you face with this and how much work do...

Damn it! I was hoping the image generation was done on your end. Okay, I guess I will file a bug with Gnome... :)

Okay, I think I closed this issue a bit prematurely. I have just been doing some digging on how to make a file an issue with Gnome, discovered it was...

Fair enough, I thought you might have some translation code in the project to rewrite the basic C code as python. Should i contact Gnome and see about them including...

Yes, I went back to that last night! I love your docs as I find them so easy to read. I got stuck with ListBoxes as they seem easier to...

As far as I see we could still "use" the `+` operator for this. I say "use" lightly here and you will see why using algebra mixed with python code....

From an algebraic stand point I don't see it as double-overloading, but I agree it could get a bit confusing, especially when it comes to debug. I prefer @efiring suggestions...

Interesting, for an identity, does `cycler(None, [None])` count or just the normal identity, as you can multiply by an integer, right? Which reminds me, we also double-overload that operator as...

Well I see a figure window pop up with gdb it stays, without the segfault crashes python and so it closes almost immediately. With gdb I don't see a plot,...