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

2008-10-18 Thread Jae-Joon Lee
> To help clarify the original purpose of "update_from": I wrote this > method when writing the original legend implementation so the legend > proxy objects could easily copy their style attributes from the > underlying objects they were a proxy for (so not every property is > copied, eg the xdata

Re: [matplotlib-devel] colormap clipping for large numbers (small vmax - vmin)

2008-10-18 Thread Eric Firing
Tony S Yu wrote: > I was using pcolor with very large numbers and a small vrange (vmax - > vmin), and ran into a float to integer conversion problem. Large numbers > get converted to *negative* integers by astype (see numpy thread >

Re: [matplotlib-devel] [Re]: kwarg "range" in hist

2008-10-18 Thread Eric Firing
Manuel Metz wrote: > Please see the end of the mail for the important point !!! Thank you--I see you are way ahead of me on this. See comments below. > > Eric Firing wrote: >> Manuel, >> >> Although it doesn't hurt, I don't think it is worthwhile changing range >> to xrange. From the 2.5 docs:

Re: [matplotlib-devel] colormap clipping for large numbers (small vmax - vmin)

2008-10-18 Thread Tony Yu
Sorry, I attached the wrong file: colormap_clipping.patch Description: Binary data On Oct 18, 2008, at 11:23 AM, Tony S Yu wrote:I was using pcolor with very large numbers and a small vrange (vmax - vmin), and ran into a float to integer conversion problem. Large numbers get converted to *negative

[matplotlib-devel] colormap clipping for large numbers (small vmax - vmin)

2008-10-18 Thread Tony S Yu
I was using pcolor with very large numbers and a small vrange (vmax - vmin), and ran into a float to integer conversion problem. Large numbers get converted to *negative* integers by astype (see numpy thread) in colors.Colormap.__call__.I'm not sure if this is even worth fixing since almost no one

[matplotlib-devel] creating docs fails

2008-10-18 Thread Manuel Metz
With a clear checkout building the docs fails: [...] Sphinx v0.4.2, building html trying to load pickled env... not found building [html]: targets for 348 source files that are out of date updating environment: 348 added, 0 changed, 0 removed reading... api/afm_api api/artist_api Exception occurre

[matplotlib-devel] [Re]: kwarg "range" in hist

2008-10-18 Thread Manuel Metz
Please see the end of the mail for the important point !!! Eric Firing wrote: > Manuel, > > Although it doesn't hurt, I don't think it is worthwhile changing range > to xrange. From the 2.5 docs: [...snip...] > Note "minimal" advantage. xrange was intended for special-case use, not > general