Re: [matplotlib-devel] Experimental overlapping-prevention on the transforms branch

2007-12-04 Thread Andrew Straw
Hi Michael, This looks very impressive. Not understanding what kind of magic is happening underneath, I wonder how this can work to keep the data areas aligned in cases where the user initially sets the axes locations arbitrarily but then later sets them to the final desired values after drawi

Re: [matplotlib-devel] MANIFEST.in

2007-12-04 Thread Darren Dale
On Tuesday 04 December 2007 5:21:38 pm John Hunter wrote: > On Dec 4, 2007 4:16 PM, Darren Dale <[EMAIL PROTECTED]> wrote: > > Damn thats frustrating. I just repeated the same steps I took before I > > wrote about finding a problem, and now everything is ok. Sorry for the > > noise. > > Try flushin

Re: [matplotlib-devel] MANIFEST.in

2007-12-04 Thread John Hunter
On Dec 4, 2007 4:16 PM, Darren Dale <[EMAIL PROTECTED]> wrote: > Damn thats frustrating. I just repeated the same steps I took before I wrote > about finding a problem, and now everything is ok. Sorry for the noise. Try flushing ~/.matplotlib and retest -- some of the bugs may be masked by the c

Re: [matplotlib-devel] MANIFEST.in

2007-12-04 Thread Darren Dale
On Tuesday 04 December 2007 4:06:19 pm John Hunter wrote: > On Dec 4, 2007 2:17 PM, Darren Dale <[EMAIL PROTECTED]> wrote: > > I'm checking the matplotlib-0.91.1 gentoo ebuild that Sébastien Fabbro > > put together. After installing, I get a number of errors when running > > backend_driver.py that

Re: [matplotlib-devel] Experimental overlapping-prevention on the transforms branch

2007-12-04 Thread Michael Droettboom
Ted Drain wrote: > Can any of this be extended to make the auto-ticking algorithms smart > enough to not overlap tick mark text fields so much? We get this all > the time with date plots and it drives people nuts. This doesn't address that particular issue -- but I'd like to get to it at some

Re: [matplotlib-devel] Experimental overlapping-prevention on the transforms branch

2007-12-04 Thread Ted Drain
Looks very nice! We'd love to have smarter layout systems as we create a lot of plots for people (i.e. standard scripts that people run instead of edit) and it's difficult to apply nice layouts that work for every case that comes up. Can any of this be extended to make the auto-ticking algorit

Re: [matplotlib-devel] MANIFEST.in

2007-12-04 Thread John Hunter
On Dec 4, 2007 2:17 PM, Darren Dale <[EMAIL PROTECTED]> wrote: > I'm checking the matplotlib-0.91.1 gentoo ebuild that Sébastien Fabbro put > together. After installing, I get a number of errors when running > backend_driver.py that are probably related to MANIFEST.in: missing pyplot > and npyma.

Re: [matplotlib-devel] MANIFEST.in

2007-12-04 Thread Eric Firing
Darren Dale wrote: > I'm checking the matplotlib-0.91.1 gentoo ebuild that Sébastien Fabbro put > together. After installing, I get a number of errors when running > backend_driver.py that are probably related to MANIFEST.in: missing pyplot > and npyma. There are many other errors exposed by ba

Re: [matplotlib-devel] MANIFEST.in

2007-12-04 Thread Darren Dale
On Tuesday 04 December 2007 9:18:14 am John Hunter wrote: > Charlie is fixing a few problems with the release, and noticed that > many of the new directories and files that have been created of late > were not added to MANIFEST.in, which is used by sdist in the build > process to build a correct so

Re: [matplotlib-devel] pcolor bug in transforms branch

2007-12-04 Thread Michael Droettboom
Thanks. Fixed in r4590. Cheers, Mike Jeff Whitaker wrote: > Mike: > > shading='faceted' doesn't work (no edges are drawn around the polygons). > > -Jeff > -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for

[matplotlib-devel] MANIFEST.in

2007-12-04 Thread John Hunter
Charlie is fixing a few problems with the release, and noticed that many of the new directories and files that have been created of late were not added to MANIFEST.in, which is used by sdist in the build process to build a correct source distribution. He added a few things (eg ttconv and setup.cfg