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 r mosher
Recipients r mosher
Date 2016-03-07.13:46:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457358385.73.0.791027295001.issue26504@psf.upfronthosting.co.za>
In-reply-to
Content
when trying to show a FigureCanvasTkAgg the program crashes.  Debugging eventually leads me to TkAgg.blit method where we find the following line:
        tk.call(
            "PyAggImagePhoto", photoimage,
            id(data), colormode, id(bbox_array))

which generates a TclError, namely that "PyAggImagePhoto" is an invalid command.  I am using tkinter 8.6

Full details at: 
http://stackoverflow.com/questions/35829961/using-matplotlib-with-tkinter-tkagg
History
Date User Action Args
2016-03-07 13:46:25r moshersetrecipients: + r mosher
2016-03-07 13:46:25r moshersetmessageid: <1457358385.73.0.791027295001.issue26504@psf.upfronthosting.co.za>
2016-03-07 13:46:25r mosherlinkissue26504 messages
2016-03-07 13:46:25r moshercreate