Re: [matplotlib-devel] Inheritance graphs

2008-06-20 Thread Fernando Perez
On Fri, Jun 20, 2008 at 11:18 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > I didn't mean to imply that Debian/Ubuntu was required, those are just the > ones that I looked at as a sampling. It looks like Fedora 8 also links > graphviz with libpango, according to its rpm spec. Oh, no worrie

Re: [matplotlib-devel] upcoming release

2008-06-20 Thread Fernando Perez
On Fri, Jun 20, 2008 at 11:13 AM, John Hunter <[EMAIL PROTECTED]> wrote: > On Fri, Jun 20, 2008 at 12:54 PM, Fernando Perez <[EMAIL PROTECTED]> wrote: > >> John, do you need anything from BIC? I'm out for a few hours (car >> troubles) and will be in and out on Saturday, but likely with a laptop >>

Re: [matplotlib-devel] Inheritance graphs

2008-06-20 Thread Michael Droettboom
Michael Droettboom wrote: > John Hunter wrote: > >> On Fri, Jun 20, 2008 at 8:13 AM, Michael Droettboom <[EMAIL PROTECTED]> >> wrote: >> >> Also, the start and end of the arrow locations is >> pretty unsatisfying. You would think they could hit the box edges... >> >> > Yes. T

[matplotlib-devel] Fwd: Repeated method definition in custom_projection_example.py

2008-06-20 Thread Tony Yu
I was reading through custom_projection_example.py and I noticed that the cla() method was defined twice (with the exact same code) for the same class. Here's a patch with one of the cla() methods (the one with fewer comments) deleted. delete_cla_copy.diff Description: Binary data -To

Re: [matplotlib-devel] Repeated method definition in custom_projection_example.py

2008-06-20 Thread Michael Droettboom
Thanks. Obviously just an editing error. Fixed in r5617. Cheers, Mike Tony S Yu wrote: > I was reading through custom_projection_example.py and I noticed that > the cla() method was defined twice (with the exact same code) for the > same class. Here's a patch with one of the cla() methods (t

[matplotlib-devel] Repeated method definition in custom_projection_example.py

2008-06-20 Thread Tony S Yu
I was reading through custom_projection_example.py and I noticed that the cla() method was defined twice (with the exact same code) for the same class. Here's a patch with one of the cla() methods (the one with fewer comments) deleted. delete_cla_copy.diff Description: Binary data -T

Re: [matplotlib-devel] upcoming release

2008-06-20 Thread John Hunter
On Fri, Jun 20, 2008 at 10:20 AM, Charlie Moad <[EMAIL PROTECTED]> wrote: > Can we shoot for Sunday night? It would be much more convenient for me at > least. Absolutely. I suggested Monday because I thought it would be better, but Sunday works fine too. I'll do a round of testing Sunday mornin

Re: [matplotlib-devel] upcoming release

2008-06-20 Thread Charlie Moad
Can we shoot for Sunday night? It would be much more convenient for me at least. - Charlie On Fri, Jun 20, 2008 at 10:20 AM, John Hunter <[EMAIL PROTECTED]> wrote: > Sandro has been working hard packaging matplotlib 0.98.0 for debian > ahead of the next major debian feature freeze, and says he

Re: [matplotlib-devel] Inheritance graphs

2008-06-20 Thread Michael Droettboom
John Hunter wrote: > On Fri, Jun 20, 2008 at 8:13 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > > >> The current version of graphviz uses either cairo or gd (the default being >> cairo on most modern installations.) >> > > >> Now that you've uploaded the docs, I see that the font y

Re: [matplotlib-devel] Inheritance graphs

2008-06-20 Thread John Hunter
On Fri, Jun 20, 2008 at 8:13 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > Now that you've uploaded the docs, I see that the font you're getting isn't > as nice as mine. I was setting "fontname" to "sans", which is supposed to > get the default sans serif font on the system. It appears, fr

[matplotlib-devel] upcoming release

2008-06-20 Thread John Hunter
Sandro has been working hard packaging matplotlib 0.98.0 for debian ahead of the next major debian feature freeze, and says he can get 0.98.1 in if we release it by June 24th. Charlie, can you do a release on Monday? All developers, please take some time to fix any bugs you are aware of and let's

Re: [matplotlib-devel] linestyle in patches

2008-06-20 Thread John Hunter
On Thu, Jun 19, 2008 at 11:52 AM, Olle EngdegÄrd <[EMAIL PROTECTED]> wrote: > > Here is a patch to add linestyles to patches.py. I have tried it with > unfilled step histograms (important for b/w print and colour blind people). > > What do you think? I'm happy to include this, but we need to make

Re: [matplotlib-devel] Inheritance graphs

2008-06-20 Thread John Hunter
On Fri, Jun 20, 2008 at 8:13 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > The current version of graphviz uses either cairo or gd (the default being > cairo on most modern installations.) > Now that you've uploaded the docs, I see that the font you're getting isn't > as nice as mine. I wa

Re: [matplotlib-devel] sphinx error

2008-06-20 Thread Michael Droettboom
Have you updated Sphinx from SVN lately? I have r64374. Sphinx should have dumped a full traceback into a tmp file (and told you where it is, which I don't see in your log output). Can you send that? Cheers, Mike Charlie Moad wrote: > Python2.5 on OSX.5 > > On Thu, Jun 19, 2008 at 11:14 PM, M

Re: [matplotlib-devel] sphinx error

2008-06-20 Thread Charlie Moad
Python2.5 on OSX.5 On Thu, Jun 19, 2008 at 11:14 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > What version of Python are you running? All I can think from looking at > the code is that something in the regex is behaving differently for you than > me (on Python 2.5). > > If you just want t

Re: [matplotlib-devel] Inheritance graphs

2008-06-20 Thread Michael Droettboom
Michael Droettboom wrote: > John Hunter wrote: >> Of course, the rendering is also somewhat painful >> to me, after years of looking at agg rendering. Maybe I need to write >> a dot output renderer >> The current version of graphviz uses either cairo or gd (the default being cairo on m

Re: [matplotlib-devel] hist() sort of broken in trunk

2008-06-20 Thread Manuel Metz
Olle EngdegÄrd wrote: > hist(histtype="step") worked fine in rev5412, but in the latest I get > hist(randn(1000), histtype="step") > Traceback (most recent call last): > /.../ > raise TypeError, 'There is no patch property "%s"'%key > TypeError: There is no patch property "closed" > >