[Matplotlib-users] Bug in basemap allskymap example

2012-01-25 Thread Tobias Winchen
://web.physik.rwth- aachen.de/~winchen/fixed_polarRegions_llskymap.png ). Best regards. Tobias From ff382103981d27a5470eecf727fe962208a505e6 Mon Sep 17 00:00:00 2001 From: Tobias Winchen winc...@physik.rwth-aachen.de Date: Wed, 25 Jan 2012 09:14:12 +0100 Subject: [PATCH 1/2] Added test cases

Re: [Matplotlib-users] Hammer projection grid

2010-11-22 Thread Tobias Winchen
or The Glossary of Mapping Sciences 1994, http://books.google.com/books?id=jPVxSDzVRP0Clpg=PA59ots=n4hOaubxqodq=hammer%20projection%20equationpg=PA241#v=onepageqf=true Best regards, Tobias -- Tobias Winchen III. Physikalisches Institut A RWTH Aachen University +49 (0)241 80 27326 signature.asc

Re: [Matplotlib-users] imshow and projection axes

2010-07-26 Thread Tobias Winchen
Hi, thank you for your quick answers which pointed me to a solution: setting clip_on=False solves the problem: pylab.imshow(d, extent=(-pi,pi,-pi/2,pi/2), clip_on=False) However, for me it feels not very intuitive to write clip_on=False to activate the desired clipping. Tobias

Re: [Matplotlib-users] imshow and projection axes

2010-07-23 Thread Tobias Winchen
Hi, On Thursday 22 July 2010 Michael Droettboom wrote: Which backend are you using? I tried this with GTKAgg and Qt4Agg, its was working with 0.99.0 and 0.99.1 on Debian/Squeeze and 0.99.0 on Scientific Linux 5. I first noticed this with 0.99.3 on Debian/Squeeze, but it is the same with with

[Matplotlib-users] imshow and projection axes

2010-07-22 Thread Tobias Winchen
Dear all, in matplotlib version 0.99.0 when drawing images with imshow into figures with hammer or aitoff axes the images are clipped to the axes. Now this has changed in and the images are drawn also outside the axes (version 0.99.3) or not drawn at all (version 1.0.0). How can I clip them