[matplotlib-devel] Basemap - use BASEMAPDATA also in lib/mpl_toolkits/basemap/pyproj.py

2012-08-10 Thread Sandro Tosi
Hello, while updating Basemap package in Debian, I noticed that lib/mpl_toolkits/basemap/pyproj.py could use the same BASEMAPDATA variable handling as of lib/mpl_toolkits/basemap/__init__.py , so I'm applying a patch like this: Index: basemap-1.0.5+dfsg/lib/mpl_toolkits/basemap/pyproj.py =

Re: [matplotlib-devel] matplotlib.github.com

2012-08-10 Thread Fernando Perez
On Fri, Aug 10, 2012 at 1:00 PM, Michael Droettboom wrote: > That is the end goal. I'm talking simply about the static webpage hosting > here. If I recall correctly, I think the space limitations on github used > to be a problem for us, which is why we haven't used it as the canonical web > host

Re: [matplotlib-devel] matplotlib.github.com

2012-08-10 Thread Michael Droettboom
On 08/10/2012 03:45 PM, Fernando Perez wrote: > On Fri, Aug 10, 2012 at 7:26 AM, Michael Droettboom wrote: >> Supporting existing links to matplotlib.sourceforge.net is of course >> very important, and I would put whatever redirects we need to keep those >> working in any event. > Actually, why no

Re: [matplotlib-devel] matplotlib.github.com

2012-08-10 Thread Fernando Perez
On Fri, Aug 10, 2012 at 7:26 AM, Michael Droettboom wrote: > Supporting existing links to matplotlib.sourceforge.net is of course > very important, and I would put whatever redirects we need to keep those > working in any event. Actually, why not move all the official domain machinery to matplotl

[matplotlib-devel] Fwd: Re: [Matplotlib-users] help me Velocity depth plot in matplotlib

2012-08-10 Thread Damon McDougall
- Forwarded message from Damon McDougall - > Date: Fri, 10 Aug 2012 12:47:22 +0100 > From: Damon McDougall > To: satish maurya > Cc: matplotlib-us...@lists.sourceforge.net > Subject: Re: [Matplotlib-users] help me Velocity depth plot in matplotlib > > On Fri, Aug 10, 2012 at 02:09:39PM

Re: [matplotlib-devel] matplotlib.org

2012-08-10 Thread Michael Droettboom
On 08/10/2012 10:49 AM, Phil Elson wrote: > Great! Are we going to be able to move away from using the sourceforge > mailing list too? I haven't given that much thought. Are there much better free alternatives to justify the disruption? > > Presumably these infrastructure costs get covered via

Re: [matplotlib-devel] matplotlib.github.com

2012-08-10 Thread Phil Elson
> As far as I can see the github docs are as up-to-date as the > souceforge ones. Scrub that statement. My browser cache needed clearing. On 10 August 2012 15:44, Phil Elson wrote: > I wasn't involved at the time, but was it because > matplotlib.github.com is slower? > > As far as I can see

Re: [matplotlib-devel] matplotlib.org

2012-08-10 Thread Phil Elson
Great! Are we going to be able to move away from using the sourceforge mailing list too? Presumably these infrastructure costs get covered via the donations that mpl receives rather than coming out of your pocket Michael? I think getting hold of matplotlib.org is a really good idea. Thanks for do

Re: [matplotlib-devel] matplotlib.github.com

2012-08-10 Thread Phil Elson
I wasn't involved at the time, but was it because matplotlib.github.com is slower? As far as I can see the github docs are as up-to-date as the souceforge ones. (although reading the commit log on the docs repo doesn't seem to agree with that statement) All in all, sounds promising. On 10 August

[matplotlib-devel] matplotlib.org

2012-08-10 Thread Michael Droettboom
I have registered matplotlib.org. It currently just points to matplotlib.sourceforge.net, but it will allow us to have a consistent URL that isn't dependent on any particular host going forward. Mike -- Live Security V

[matplotlib-devel] matplotlib.github.com

2012-08-10 Thread Michael Droettboom
I know we had experimented with moving the main documentation website to matplotlib.github.com a while ago (and in fact there's still an old version of the docs sitting there). I can't remember the reason we chose to remain at matplotlib.sourceforge.net and searching the mailing list archive i

Re: [matplotlib-devel] Matplotlib Qt4Agg backend ignores 'resize_event'

2012-08-10 Thread Stefan H.
Hi Ludwig, You are right, it didn't work on the MacOSX backend either. I didn't notice since the backend doesn't support blitting, so I never tried it. In any case, it is exactly the same problem as in Qt4Agg, with exactly the same fix: In lib/matplotlib/backends/backend_macosx.py, add the last l

[matplotlib-devel] Patch: fixed conversion from pt to inch in tight_layout

2012-08-10 Thread pwuertz
Hi, I noticed that when using tight_layout, the figure padding changes for different figure.dpi settings. This is caused by an error in when converting from points to inches. A point is always 1/72 inch and does not depend on the dots per inches. This is the patch for fixing the conversion: Diff