John Hunter wrote:
> On Thu, Jul 30, 2009 at 1:56 PM, Jae-Joon Lee wrote:
>
>
>> ps. Are we having a sprint during the scipy conference by the way? I
>> may join remotely.
>>
>
> I'll definitely be there Sat and Sun, so having you join in remotely
> would be great. I haven't organized any
On Fri, Jul 31, 2009 at 1:10 PM, John Hunter wrote:
> The gallery is becoming the goto place for most users of the website,
> and I would like as many examples as possible to run after a simple
> download to the desktop . I am sensitive to packagers who may not
> want to ship large amounts of dat
On Wed, Jul 22, 2009 at 8:15 AM, Jouni K. Seppänen wrote:
> I finally committed the "boilerplate" variant. It seems to pass the
> tests in pylab_examples, but now might be a good time for everyone to
> take a look to see if I have broken anything.
There is one problem, but I am not sure what the
In some examples, I have been moving example functions and data into a
module, so that they can be run from anywhere. Many other examples
still rely on a relative path in the examples dir. Eg, I go to the
gallery and download the source for the axes grid toolkit example
simple_rgb.py, and try to
A 0.99 branch has been created at:
https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v0_99_maint
This is where the first 0.99.0.rc1 release candidate and binary releases
will be made from this weekend.
All potentially disruptive or experimental changes should be made only
to the trun
On Fri, Jul 31, 2009 at 8:25 AM, Tony Yu wrote:
> Yes, that's correct. I called `rgrids` with arguments so I completely missed
> that call to `get_ticklines`. However, I think there's a typo in svn:
> yaxis.gridlines is called instead of yaxis.get_gridlines().
Oops, thanks for catching that. Fix
On Thu, Jul 30, 2009 at 9:46 AM, John Hunter wrote:
> Sorry I fell behind and did not get a release out earlier as I
> intended. I am going to take another stab this weekend so we can have
> something by scipy. Please commit anything you need to before the
> release, and I will ask Michael to cre
Sorry for sending this twice, John; I forgot to copy the list.
On Jul 31, 2009, at 9:14 AM, John Hunter wrote:
On Thu, Jul 30, 2009 at 10:01 AM, Tony Yu wrote:
Sorry for reposting, but the original may have been overlooked since
it was buried deep in a matplotlib-users thread.
Currently, `pyp
On Thu, Jul 30, 2009 at 10:01 AM, Tony Yu wrote:
> Sorry for reposting, but the original may have been overlooked since
> it was buried deep in a matplotlib-users thread.
>
> Currently, `pyplot.rgrids` is returning tick lines instead of grid
> lines. My guess is that this is a typo, but there may b
On Thu, Jul 30, 2009 at 9:49 PM, Jae-Joon Lee wrote:
> I guess this is related with the decorator introduced by rasterization
> support. While most of the artist seems to explicitly require the renderer
> instance as the second argument of the draw method, the draw method in the
> Axes class hav
10 matches
Mail list logo