On 2012/09/27 7:13 PM, Alexander Heger wrote: > I am not sure what I need to do to get any bug fixes included into mpl.
The most efficient way is with a pull request. And perhaps a little patience combined with persistence. > All previous attempts failed. > Is it a community effort? Yes, but that doesn't mean that every suggested change will be accepted, or even reviewed right away. > > I now attached a patch. Thank you. I will comment on github. https://github.com/matplotlib/matplotlib/issues/1317 Eric > > -Alexander > > On 25/09/12 23:58, Alexander Heger wrote: >> Could you please change in the current branch in >> >> axes.py, line 7585 >> (Axes.pcolorfast) >> >> >> nr, nc = C.shape >> to >> nr, nc = C.shape[:2] >> >> >> this way one can pass [nx,ny,3] or [nx,ny,4] arrays to the routine - for >> which the PcolorImage it calls is made (style == "pcolorimage") >> >> -Alexander ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel