From: Alexander H. <mat...@2s...> - 2012-09-28 05:13:30
|
I am not sure what I need to do to get any bug fixes included into mpl. All previous attempts failed. Is it a community effort? I now attached a patch. -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 > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > |