On Sun, Jul 27, 2008 at 9:54 PM, John Hunter <[EMAIL PROTECTED]> wrote:
> On Sun, Jul 27, 2008 at 4:57 PM, Paul Kienzle <[EMAIL PROTECTED]> wrote:
>
>> My inclination is to avoid diamond inheritance in this case by
>> moving the wx base class to wxagg. Let me know and I will
>> implement it.
>
> M
Hi,
Quick question: I have noticed that there are functions in cbook that
have identical or near identical versions in numpy - unique, is_scalar
(isscalar), iterable, Is this intentional?
Cheers,
David
--
**
David M. Kaplan
Charge de Recherche 1
Instit
I think that this is a nice addition to the hexbin function. At first, I didn't
quite understand the documentation of the "C" functionality, but the new
hexbin_demo2.py example makes everything clear.
In theory, if reduce_C_function is len, then this gives the usual hexbin
result. It may be a g
On Mon, Jul 28, 2008 at 6:28 AM, David M. Kaplan <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Quick question: I have noticed that there are functions in cbook that
> have identical or near identical versions in numpy - unique, is_scalar
> (isscalar), iterable, Is this intentional?
At one point, Tra
Hello,
I just noticed that,if I use imshow(), part of axes border is not
clearly visible (the image hides the border).
And this seems to be due to the following changes in axes.draw()
method made in r5882.
--- lib/matplotlib/axes.py (revision 5881)
+++ lib/matplotlib/axes.py (revision
On Mon, Jul 28, 2008 at 9:26 AM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I just noticed that,if I use imshow(), part of axes border is not
> clearly visible (the image hides the border).
> And this seems to be due to the following changes in axes.draw()
> method made in r5882.
>
> ---
Hi John,
I'm a bit confused. When you say 1st instance, you mean
if self.axison and self._frameon:
self.patch.draw(renderer)
at line 1452?
And you're saying that you tend to keep only the second instance,
instead of both?
(I'm sorry if I misunderstood you. I often have proble
On Mon, Jul 28, 2008 at 10:30 AM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote:
> Hi John,
>
> I'm a bit confused. When you say 1st instance, you mean
>
>if self.axison and self._frameon:
>self.patch.draw(renderer)
>
> at line 1452?
Sorry, I was confused. I misread the first patch d
On Mon, Jul 28, 2008 at 06:51, Mikhail Gusarov <[EMAIL PROTECTED]> wrote:
> Twas brillig at 12:51:35 27.07.2008 UTC-05 when [EMAIL PROTECTED] did gyre
> and gimble:
>
> >> It will help if you file a RC bug for sphinx :)
>
> JH> I'll be happy to, but should I wait until there is actually a
> JH>
On Mon, Jul 28, 2008 at 11:07 AM, Sandro Tosi <[EMAIL PROTECTED]> wrote:
> Now we got our bugs :) Mikhail, just give me a ping when you've done
> with sphinx, I'll try to rebuild mpl asap. John, are you coming nearer
> to a mpl full dot release, so that I can use it to build mpl for
> debian, or w
On Mon, Jul 28, 2008 at 10:40:47AM -0500, John Hunter wrote:
> On Mon, Jul 28, 2008 at 10:30 AM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote:
> > Hi John,
> >
> > I'm a bit confused. When you say 1st instance, you mean
> >
> >if self.axison and self._frameon:
> >self.patch.draw(rende
--- the forwarded message follows ---
--- Begin Message ---
On Sun, 27 Jul 2008 07:19:24 -1000
Eric Firing <[EMAIL PROTECTED]> wrote:
Nils Wagner wrote:
Hi all,
I found a new bug
$HOME=/home/nwagner
matplotlib data path
/usr/lib/python2.4/site-packages/matplotlib/mpl-data
loaded rc file
On Mon, Jul 28, 2008 at 11:30 AM, Paul Kienzle <[EMAIL PROTECTED]> wrote:
> The issue is that my onHilite demo code sees the top frame, fills it,
can you use the alpha channel for your highlight so you can see through it?
The frame is slated to be rewritten to use lines rather than a
rectangle f
Nils Wagner wrote:
> On Sun, 27 Jul 2008 07:19:24 -1000
> Eric Firing <[EMAIL PROTECTED]> wrote:
>> Nils Wagner wrote:
>>> Hi all,
>>>
>>> I found a new bug
>>>
>>> $HOME=/home/nwagner
>>> matplotlib data path
>>> /usr/lib/python2.4/site-packages/matplotlib/mpl-data
>>> loaded rc file /home/nwagn
On Mon, Jul 28, 2008 at 08:12:50AM -1000, Eric Firing wrote:
> Nils Wagner wrote:
> > On Sun, 27 Jul 2008 07:19:24 -1000
> > Eric Firing <[EMAIL PROTECTED]> wrote:
> >> Nils Wagner wrote:
> >>> Hi all,
> >>>
> >>> I found a new bug
> >>>
> >>> $HOME=/home/nwagner
> >>> matplotlib data path
> >>>
I raised this a week or so ago on mpl-users, and after some more
digging I thought I'd bring it over to mpl-dev.
With the following snippet, I expect a vertical Line2D from y=(0, 2)
and a Collection of squares at y=(4, 5, 6) at the specified time.
The actual result is a vertical line and no squar
Eric Bruning wrote:
> I raised this a week or so ago on mpl-users, and after some more
> digging I thought I'd bring it over to mpl-dev.
>
> With the following snippet, I expect a vertical Line2D from y=(0, 2)
> and a Collection of squares at y=(4, 5, 6) at the specified time.
>
> The actual resu
17 matches
Mail list logo