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
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
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
-
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).
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
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
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
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
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
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"
---
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
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
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
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
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
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
16 matches
Mail list logo