Re: [matplotlib-devel] Latex Documentation build errors - possibly scale_docs

2008-06-30 Thread John Hunter
On Mon, Jun 30, 2008 at 8:40 PM, Chris Walker <[EMAIL PROTECTED]> wrote: > When building the docs using make.py in the doc directory, Latex hangs. > > > I'm using the svn version of the docs on a debian system with > matplotlib 0.98.1 and sphinx 0.4. > > Latex hangs ( but can be made to continue by

Re: [matplotlib-devel] GTK pylab console

2008-06-30 Thread John Hunter
On Sun, Jun 29, 2008 at 9:28 AM, Nicolas Rougier <[EMAIL PROTECTED]> wrote: > > > Thanks John, I've update the new version with your code. > > It is now available at: > http://www.loria.fr/~rougier/pylab.html > > You can now choose between python and ipython (option -s python > or -s ipython) and

Re: [matplotlib-devel] axes_class in add_subplot()?

2008-06-30 Thread John Hunter
On Mon, Jun 30, 2008 at 2:31 PM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote: > It seems rather straight forward to implement "axes_class" keyword in > add_subplot() and I may make a patch for it. > So, how does others think? Seems totally reasonable an we'd be happy to accept a patch. Thanks, JDH -

Re: [matplotlib-devel] text with dash problems

2008-06-30 Thread John Hunter
On Mon, Jun 30, 2008 at 6:34 PM, Darren Dale <[EMAIL PROTECTED]> wrote: > I *think* I found a simple fix: use the Text._x and ._y directly in draw, > rather than get_position which refers to the text position in Text and the > Dash position in TextWith Dash (thank you for pointing this out, John).

[matplotlib-devel] Latex Documentation build errors - possibly scale_docs

2008-06-30 Thread Chris Walker
When building the docs using make.py in the doc directory, Latex hangs. I'm using the svn version of the docs on a debian system with matplotlib 0.98.1 and sphinx 0.4. Latex hangs ( but can be made to continue by pressing return) at the following point: Underfull \hbox (badness 1) in pa

Re: [matplotlib-devel] text with dash problems

2008-06-30 Thread Manuel Metz
Darren Dale wrote: > > On Monday 30 June 2008 10:40:27 Darren Dale wrote: >> On Monday 30 June 2008 09:06:59 am John Hunter wrote: >>> On Mon, Jun 30, 2008 at 7:10 AM, Michael Droettboom <[EMAIL PROTECTED]> > wrote: Hate to say "me too", but I don't really understand text with dash eith

Re: [matplotlib-devel] text with dash problems

2008-06-30 Thread Darren Dale
On Monday 30 June 2008 10:40:27 Darren Dale wrote: > On Monday 30 June 2008 09:06:59 am John Hunter wrote: > > On Mon, Jun 30, 2008 at 7:10 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > > > Hate to say "me too", but I don't really understand text with dash > > > either... I'll have a look

[matplotlib-devel] Python/Sage minisymposium at SIAM Annual meeting July 9/10 2008

2008-06-30 Thread Fernando Perez
Hi all, this is just a reminder, in case you'll be attending the SIAM 2008 annual meeting next week in San Diego, that there will be a 3-part minisymposium focusing on the uses of Python and Sage in scientific computing: http://meetings.siam.org/sess/dsp_programsess.cfm?SESSIONCODE=7369 http://me

Re: [matplotlib-devel] axes_class in add_subplot()?

2008-06-30 Thread Jae-Joon Lee
Sorry, I accidentally sent an incomplete email. here is a complete one. I sometimes use a custom Axes class, and want to use it with add_subplot() command. As a matter of fact, it IS possible with current version of matplotlib but it seems a bit inconvenient to me. Here is what I may do. imp

[matplotlib-devel] axes_class in add_subplot()?

2008-06-30 Thread Jae-Joon Lee
Hi, I sometimes use a custom Axes class, and want to use it with add_subplot() command. As a matter of fact, it IS possible with current version of matplotlib but it seems a bit inconvenient to me. Here is what I do. class MyAxes(maxes.Axes): name="myaxes" ---

Re: [matplotlib-devel] text with dash problems

2008-06-30 Thread Darren Dale
On Monday 30 June 2008 09:06:59 am John Hunter wrote: > On Mon, Jun 30, 2008 at 7:10 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > > Hate to say "me too", but I don't really understand text with dash > > either... I'll have a look when I have adequate time to devote to it, > > if no one else

Re: [matplotlib-devel] Bug in Qt4 backend (navigation toolbar destroy method)

2008-06-30 Thread Darren Dale
Hi Pierre, On Monday 30 June 2008 06:25:42 am Pierre Raybaut wrote: > Hi all, > > I'm posting to report the following bug in 'backend_qt4.py', class > 'NavigationToolbar2QT' l. 309 : > > When using Qt4 as default backend, if you type 'plot(x,y)' and then > 'close()', you'll obtain an attribute err

Re: [matplotlib-devel] text with dash problems

2008-06-30 Thread John Hunter
On Mon, Jun 30, 2008 at 7:10 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > Hate to say "me too", but I don't really understand text with dash > either... I'll have a look when I have adequate time to devote to it, > if no one else volunteers. Daishi, I don't know if this is still the right

Re: [matplotlib-devel] Bug in scale.py

2008-06-30 Thread Michael Droettboom
Yes. Thank you for finding this. Fixed in SVN. Cheers, Mike Ryan May wrote: > Hi, > > I think I found a bug while looking over scale.py: > > 127 class InvertedNaturalLogTransform(Transform): > 128 input_dims = 1 > 129 output_dims = 1 > 130 is_sepa

Re: [matplotlib-devel] text with dash problems

2008-06-30 Thread Michael Droettboom
Hate to say "me too", but I don't really understand text with dash either... I'll have a look when I have adequate time to devote to it, if no one else volunteers. Cheers, Mike Manuel Metz wrote: > John Hunter wrote: > >> Manuel and Michael worked on fixing a bug with TextWithDash, but this

[matplotlib-devel] Bug in Qt4 backend (navigation toolbar destroy method)

2008-06-30 Thread Pierre Raybaut
Hi all, I'm posting to report the following bug in 'backend_qt4.py', class 'NavigationToolbar2QT' l. 309 : When using Qt4 as default backend, if you type 'plot(x,y)' and then 'close()', you'll obtain an attribute error because 'NavigationToolbar2QT' has no 'toolitem' attribute (see line 310). I t