Re: [matplotlib-devel] Closing in on 1.3.0 release candidate

2013-05-24 Thread Michael Droettboom
I've gone ahead and created the 1.3.x branch on master. This means that the feature freeze on master is effectively lifted. Any PRs for 1.3.x should be milestoned as such before merging (and can be merged to either master or the 1.3.x branch). That milestone will indicate to me what needs to

[matplotlib-devel] Closing in on 1.3.0 release candidate

2013-05-24 Thread Michael Droettboom
The 1.3.0 release candidate tagging is scheduled for this coming Monday, May 27. Unfortunately, due to an oversight on my part, I forgot that is a holiday, so I'm going to postpone it one day to Tuesday, May 28. I will be hoping to tag the release by 23:00 UTC that day. I think we're in reall

Re: [matplotlib-devel] adding second formatter/locater set to axes objects

2013-05-24 Thread James Evans
For what it is worth, we attacked this problem about four years ago at my work. We just implemented a simple formatter. A locator can also be done in a similar manner if that is desired. This is not exactly is a perfect solution, but it worked really well for us. class ScaledFormatter( ticker.F