This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author susanna
Recipients susanna
Date 2008-02-14.08:01:34
SpamBayes Score 0.35520345
Marked as misclassified No
Message-id <1202976095.92.0.353026153278.issue2109@psf.upfronthosting.co.za>
In-reply-to
Content
question: 
i open python and type: 

from pylab import *
plot([1,2,3,4])
show()

an EMPTY gui pops up, the line is not plotted.
why?

this is on MAC OSX 10.4.11
History
Date User Action Args
2008-02-14 08:01:36susannasetspambayes_score: 0.355203 -> 0.35520345
recipients: + susanna
2008-02-14 08:01:35susannasetspambayes_score: 0.355203 -> 0.355203
messageid: <1202976095.92.0.353026153278.issue2109@psf.upfronthosting.co.za>
2008-02-14 08:01:34susannalinkissue2109 messages
2008-02-14 08:01:34susannacreate