Re: [Matplotlib-users] Segmentation fault when calling imshow with complex array

2009-01-15 Thread Michael Droettboom
Thanks for the report. This issue is actually already fixed in matplotlib SVN as of r6283: http://matplotlib.svn.sourceforge.net/viewvc/matplotlib?view=rev&revision=6283 You can use the above patch to patch your local copy if you don't want to install entirely from SVN. Mike Philipp Lies wrot

[Matplotlib-users] Segmentation fault when calling imshow with complex array

2009-01-15 Thread Philipp Lies
Hi, I have a problem with pyplot. When I'm passing an numpy array with complex entries to imshow I receive the error message: TypeError: array cannot be safely cast to required type Which is ok, when I thereafter call imshow with a valid image (i)python segfaults. Sometimes it even segfaults ins