Re: [Matplotlib-users] Need some help adjusting placement of colorbar in basemap-derived graphic

2008-12-12 Thread Roger André
Thanks Jeff, I'll study your code and will see if I can adapt it for my use. Great tool also, Roger -- On Fri, Dec 12, 2008 at 3:20 PM, Jeff Whitaker wrote: > Roger André wrote: > >> Hi All, >> >> I'm very new to Matplotlib and am having some trouble getting a colorbar >> to be positioned and

Re: [Matplotlib-users] Need some help adjusting placement of colorbar in basemap-derived graphic

2008-12-12 Thread Jeff Whitaker
Roger André wrote: > Hi All, > > I'm very new to Matplotlib and am having some trouble getting a > colorbar to be positioned and sized I want it to. A big part of the > problem is that I have adapted several examples from the Cookbook and > Gallery, just to see if I could roughly approximate wh

[Matplotlib-users] Need some help adjusting placement of colorbar in basemap-derived graphic

2008-12-12 Thread Roger André
Hi All, I'm very new to Matplotlib and am having some trouble getting a colorbar to be positioned and sized I want it to. A big part of the problem is that I have adapted several examples from the Cookbook and Gallery, just to see if I could roughly approximate what I want to see, and now am havi

[Matplotlib-users] Matplotlib 0.98.5 egg on Mac OS X : Install Problem

2008-12-12 Thread Kaushik Ghose
Hi Everyone, I am running into a problem when trying to install 0.98.5 egg on a Mac OS X machine. Any help much appreciated. Relevant error messages follow: Thanks -Kaushik sudo easy_install matplotlib-0.98.5-py2.5-macosx-10.3.egg

Re: [Matplotlib-users] Font problem

2008-12-12 Thread Jörgen Stenarson
Jouni K. Seppänen skrev: > Michael Droettboom writes: > >> Jörgen Stenarson wrote: >>> I tried to use usetex to generate my pdf figures but I got a crash >>> when saving the figure, log attached. I traced the crash to >>> find_tex_file(), apparently ' can not be used to quote filenames in >>>

Re: [Matplotlib-users] The Blue Marble is upside down!

2008-12-12 Thread Mauro Cavalcanti
Dear Jeff, 2008/12/12 Jeff Whitaker : > Mauro: The image flipping looks to be a Wx backend bug - it doesn't happen > if you use WxAgg instead. Thank you very much. It works quite well with WxAgg. Incidentally, the WXAgg backend also provides for a slightly better and faster rendering (not of the

[Matplotlib-users] ANN: matplotlib-0.98.5

2008-12-12 Thread Michael Droettboom
We have just released a new version of matplotlib, available for download at https://sourceforge.net/project/showfiles.php?group_id=80706&package_id=278194&release_id=646644 It is a simple bugfix release to fix a number of critical bugs found in 0.98.4. These "what's new" release notes, with

Re: [Matplotlib-users] The Blue Marble is upside down!

2008-12-12 Thread Alan G Isaac
On 12/12/2008 7:48 AM Jeff Whitaker apparently wrote: > It's not recommended to use tabs in python code. That is project dependent. And a religious war. (Note that tabs have many advantages. E.g., explicit is better than implicit, and one tab is explicitly one level on indent.) > Especially don'

[Matplotlib-users] anomalous speeds on macosx backend

2008-12-12 Thread George Nurser
It's very nice to have a native macosx backend. Many thanks to Michiel. It does seem to work with ipython fine. However, at present, it's not always faster than WXAgg. With matplotlib svn r6575, python 2.5.2, everything compiled with gcc4.0, 10.5.5, macbook pro 2.33GHz, 2GB memory (i) interactiv

Re: [Matplotlib-users] The Blue Marble is upside down!

2008-12-12 Thread Jeff Whitaker
Mauro Cavalcanti wrote: > Dear Jeff & ALL, > > Attached is the latest version of my Basemap embedded in wxPython > sample application. I have added a check menu option that allows one > to toggle the overlay of the Blue Marble image on and off the Basemap > figure. Everything works well -- except t