Re: [matplotlib-devel] RGBA in imshow
Eric Firing wrote: > Jeff, > > Thanks for the report. I have committed a bugfix combined with a speedup: > the check for gray will not occur if the image is cached. > > Eric > > Thanks Eric - that works fine. -Jeff -- Jeffrey S. Whitaker Phone : (303)497-6313 NOAA/OAR/CDC R/PSD1FAX : (303)497-6449 325 BroadwayBoulder, CO, USA 80305-3328 ___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
[matplotlib-devel] new Quiver progress
Jordan, Gary, I have been working on another implementation of quiver functionality. It is not ready to commit yet, but I think I have the transforms worked out reasonably well. The arrows never get distorted, and their orientation is preserved as the axes are manipulated. Length can be preserved or not, depending on the units one chooses. Below a threshold, the whole arrow is scaled down as its length is reduced; above that threshold, only the length changes. I am subclassing PolyCollection, so there is full flexibility in rendering with or without an edge. I expect I will be ready to commit something within a week. Eric ___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
[matplotlib-devel] contour demo
In the last figure 4 of contour_demo.py, the positioning of the vertical colorbar looks too low. I would expect it to align roughly with the vertical extent of the image axes. Is this intentional, configurable, or a bug? Also, in many of the contour examples, the text labels overlap the contour lines, especially when the text labels are large. Should we revisit the code which removes line segments that overlap the text code to see if we can improve this a bit? JFH ___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel