|
From: William C. <wcc...@lb...> - 2009-12-02 22:58:18
|
You're right--that's pretty simple. I ran that exact code and it worked fine. Don't know what to say except that this is above my competence level to dig into the guts of tk. Looks like a problem for John Hunter. Sorry I couldn't help more, Bill On 12/2/09 2:49 PM, "Lisa M Winter" <Lis...@Co...> wrote: > from pylab import * > plot([1,2,3]) > show() |