Re: [matplotlib-devel] [Fwd: Re: Patch for scatter plot legend enhancement]

2008-10-15 Thread Jae-Joon Lee
Hi Manuel, I think it is a good to introduce the update_from method in Collections. But, I'm not sure if it is a good idea to also update sizes, paths and rotation (in RegularPolyCoolection). My impression is that update_from method is to update gc related attributes. For comparison, Patch.update_

Re: [matplotlib-devel] suggestion for the interpolation in imshow()

2008-10-15 Thread Eric Firing
Andrew Hawryluk wrote: > The interpolation algorithm used in imshow() can produce spurious > results, as has been noted before: > > _http://article.gmane.org/gmane.comp.python.matplotlib.general/12062_ > > This happens because the data is converted to RGB before the > interpolation/resampling,

[matplotlib-devel] suggestion for the interpolation in imshow()

2008-10-15 Thread Andrew Hawryluk
The interpolation algorithm used in imshow() can produce spurious results, as has been noted before: http://article.gmane.org/gmane.comp.python.matplotlib.general/12062 This happens because the data is converted to RGB before the interpolation/resampling, rather than after. How hard would it be to

Re: [matplotlib-devel] new site is live!

2008-10-15 Thread John Hunter
On Wed, Oct 15, 2008 at 4:04 PM, Andrew Straw <[EMAIL PROTECTED]> wrote: > Dang that looks good. The only glitches that I see are: > > 1) after the ">>> hist(x, 100)""" line in the Python pre-formatted text > box, there's an extra line's worth of vertical space. > > 2) The heading "Plotting command

Re: [matplotlib-devel] new site is live!

2008-10-15 Thread Andrew Straw
Dang that looks good. The only glitches that I see are: 1) after the ">>> hist(x, 100)""" line in the Python pre-formatted text box, there's an extra line's worth of vertical space. 2) The heading "Plotting commands" overlaps slightly with the top line of the following table. This is on Firefox

[matplotlib-devel] new site is live!

2008-10-15 Thread John Hunter
I just took the plunge and pushed the beta website live. We are now purely driven off the sphinx living in the doc dir. There is still plenty of material from the old site (stuff from the FAQ, the credits, stuff from the user's guide, goals/known issues) so once again please feel free to contribu

[matplotlib-devel] [Fwd: Re: Patch for scatter plot legend enhancement]

2008-10-15 Thread Manuel Metz
hmm Original Message Jae-Joon Lee wrote: >> - the parameter numpoints should be used (it's ignored right now) >> > > Thanks Manuel. I guess we can simply reuse xdata_marker for this purpose. > > >> - Some private variables are accessed and a new RegularPolycollection is >> cre

Re: [matplotlib-devel] Patch for scatter plot legend enhancement

2008-10-15 Thread Manuel Metz
Jae-Joon Lee wrote: >> - the parameter numpoints should be used (it's ignored right now) >> > > Thanks Manuel. I guess we can simply reuse xdata_marker for this purpose. > > >> - Some private variables are accessed and a new RegularPolycollection is >> created (does this work eg. with a StarPoly

[matplotlib-devel] artists.rst

2008-10-15 Thread Manuel Metz
I found a few typos in artists.rst. Added a patch (don't want to commit it, because I'm not actively working on the docs) The first sentence of the section "Object containers" also needs to be fixed (or I don't understand it): "Now that we know how to inspect set the properties of a given object

Re: [matplotlib-devel] New doc update

2008-10-15 Thread John Hunter
On Wed, Oct 15, 2008 at 2:42 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > Weird. Have to admit I don't understand this HTML stuff very well... ;) Don't worry about it -- I am going to try and revert these changes with a thinner logo. I'll let you know when it's ready for testing. JDH --

Re: [matplotlib-devel] New doc update

2008-10-15 Thread Michael Droettboom
Weird. Have to admit I don't understand this HTML stuff very well... ;) John Hunter wrote: > On Wed, Oct 15, 2008 at 2:22 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > >> Nope, I'm not seeing this, even when I shrink the window width way down. >> >> This is Firefox 2.0 on RHEL4. >> >> Do

Re: [matplotlib-devel] New doc update

2008-10-15 Thread John Hunter
On Wed, Oct 15, 2008 at 2:22 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > Nope, I'm not seeing this, even when I shrink the window width way down. > > This is Firefox 2.0 on RHEL4. > > Does putting a   between matplotlib and home help? I tried this, and it put matplotlib and home together,

Re: [matplotlib-devel] New doc update

2008-10-15 Thread Michael Droettboom
Nope, I'm not seeing this, even when I shrink the window width way down. This is Firefox 2.0 on RHEL4. Does putting a   between matplotlib and home help? Mike John Hunter wrote: > On Wed, Oct 15, 2008 at 10:17 AM, Michael Droettboom <[EMAIL PROTECTED]> > wrote: > > >>> I'm happy to do use a

Re: [matplotlib-devel] New doc update

2008-10-15 Thread John Hunter
On Wed, Oct 15, 2008 at 10:17 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: >> I'm happy to do use a smaller logo on the doc pages, but off hand do >> not know how to do it. I am knee deep in trying to convert the >> existing docs, because as you probably gathered the sphinx docs will >> soon

Re: [matplotlib-devel] New doc update

2008-10-15 Thread Chris Walker
"John Hunter" <[EMAIL PROTECTED]> writes: > On Wed, Oct 15, 2008 at 8:18 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > > The new stylesheet for the docs looks great, John! > > I just ripped this off hook-line-and-sinker from the sphinx docs, and > added the few css bits you created earlier.

Re: [matplotlib-devel] New doc update

2008-10-15 Thread John Hunter
On Wed, Oct 15, 2008 at 10:28 AM, Chris Walker <[EMAIL PROTECTED]> wrote: > > http://matplotlib.sourceforge.net/doc/html/index.html links to > http://matplotlib.sourceforge.net/doc/html/goals.html which doesn't > seem to exist yet. > > I guess this is temporary, but thought it worth pointing out.

Re: [matplotlib-devel] New doc update

2008-10-15 Thread Michael Droettboom
John Hunter wrote: > On Wed, Oct 15, 2008 at 8:18 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > >> The new stylesheet for the docs looks great, John! >> > > I just ripped this off hook-line-and-sinker from the sphinx docs, and > added the few css bits you created earlier. They do loo

[matplotlib-devel] svn commit broken?

2008-10-15 Thread Michael Droettboom
I'm getting this when trying to commit to SVN this morning: > svn: Commit failed (details follow): > svn: MKACTIVITY of > '/svnroot/matplotlib/!svn/act/6b28eb9b-4b59-0410-81bc-d80e6be37be8': > 403 Forbidden (https://matplotlib.svn.sf.net) Googling suggests this occurs when the developer doesn't

Re: [matplotlib-devel] can't commit

2008-10-15 Thread John Hunter
On Wed, Oct 15, 2008 at 9:48 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > Yep... just sent a message before seeing this one. The few possible causes > I could find through Google didn't seem relevant. > > Feel free to pile on to this bug report --> > > https://sourceforge.net/tracker/?func=

Re: [matplotlib-devel] New doc update

2008-10-15 Thread John Hunter
On Wed, Oct 15, 2008 at 8:18 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > The new stylesheet for the docs looks great, John! I just ripped this off hook-line-and-sinker from the sphinx docs, and added the few css bits you created earlier. They do look nice :-) > One extremely minor nit: p

Re: [matplotlib-devel] can't commit

2008-10-15 Thread Michael Droettboom
Yep... just sent a message before seeing this one. The few possible causes I could find through Google didn't seem relevant. Feel free to pile on to this bug report --> https://sourceforge.net/tracker/?func=detail&atid=21&aid=2168647&group_id=1 Mike John Hunter wrote: > I am getting this

[matplotlib-devel] can't commit

2008-10-15 Thread John Hunter
I am getting this error on a couple of machines when I try to commit [EMAIL PROTECTED]:mpl> svn commit -m 'some more doc mods' svn: Commit failed (details follow): svn: MKACTIVITY of '/svnroot/matplotlib/!svn/act/5726e9f3-f4eb-cc5e-bc97-ffd78106e3fc': 403 Forbidden (https://matplotlib.svn.sourcefo

[matplotlib-devel] New doc update

2008-10-15 Thread Michael Droettboom
The new stylesheet for the docs looks great, John! One extremely minor nit: perhaps the logo is a too large in this context. On smaller screens, like a 1024x768 laptop, it encompasses about a third of the usable browser window space. Would it be possible to keep it the current size for the mai

Re: [matplotlib-devel] typo in matplotlibrc.template

2008-10-15 Thread Michael Droettboom
Thanks. Fixed in SVN. Benjamin Drung wrote: > Hello, > > there is a typo in matplotlibrc.template. Appended the fix. > > Greeting, > Benjamin > > > > ---