I upgraded from Python(x,y) 2.7.2.3 to 2.7.6.0 in Windows 7 (and was happy to see that I can finally type function_name? and see the docstring in the Object Ins
As said in the comments, the problem lies in your script. Actually, there are 2 problems:
None somewhere. Maybe due to the defaultdict ?show() after each subplot. show() should be called once at the end of your script. The alternative is to use interactive mode, look for ion in matplotlib's documentation.