Re: [matplotlib-devel] svg rasterization dpi patch

2012-08-26 Thread Eric Firing
On 2012/08/26 5:50 AM, Michael Welter wrote: > Hello, > > i made a patch which would allow the svg backend to make > rasterized plots according to the dpi given in savefig. > I wanted this in order to have high-res scatter plots. > As you probably know it is hardcoded to 72 dpi right now. > The ide

[matplotlib-devel] Feature freeze progress

2012-08-26 Thread Michael Droettboom
As of now, we have 14 issues on the 1.2.x milestone, plus 6 issues on the 1.2.x known bugs milestone. Since there's still a lot of work to be done on these before the rc1, I'm thinking I will continue to hold off on creating a 1.2.x branch. (Creating the branch would mean all of the pending PR

Re: [matplotlib-devel] MEP10: Modernizing the documentation

2012-08-26 Thread Michael Droettboom
On 08/26/2012 05:33 AM, Anton Akhmerov wrote: > Michael Droettboom writes: > >> >> >> Working with the documentation this past week has me a little >> frustrated with the state of it. Enough to write a MEP. > https://github.com/matplotlib/matplotlib/wiki/Mep10 >> In particula

[matplotlib-devel] svg rasterization dpi patch

2012-08-26 Thread Michael Welter
Hello, i made a patch which would allow the svg backend to make rasterized plots according to the dpi given in savefig. I wanted this in order to have high-res scatter plots. As you probably know it is hardcoded to 72 dpi right now. The idea how to, came from the pdf backend. I mostly copy pasted

Re: [matplotlib-devel] MEP10: Modernizing the documentation

2012-08-26 Thread Anton Akhmerov
Michael Droettboom writes: > > > > Working with the documentation this past week has me a little > frustrated with the state of it.  Enough to write a MEP.  https://github.com/matplotlib/matplotlib/wiki/Mep10 > In particular, it would be nice to compile a list of concerns abou