From: Alexander H. <mat...@2s...> - 2012-09-25 13:58:30
|
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 |