|
Loading...
|
matplotlib-users@lists.sourceforge.net
[Prev] Thread [Next] | [Prev] Date [Next]
[Matplotlib-users] (no subject) frank . feiler Sat Feb 18 16:00:40 2012
Hello all.
I have a rather long code and get always a strange error:
can't invoke "event" command: application has been destroyed
while executing
"event generate $w "
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
The code is too long but I found some other code that produces exactly
same type of error (see below).
Does anybody have an idea what can be done in this case? Thx for
some help.
Frank.
I use: Ubuntu 10.10, 64 bit, Tkinter, Python 2.6, etc ...
***************************************************************
import matplotlib.pyplot as plt
fig1 = plt.figure()
plt.plot(range(10), 'ro-')
plt.title('This figure will be saved but not shown')
fig1.savefig('fig1.png')
plt.close(fig1)
fig2 = plt.figure()
plt.plot(range(10), 'bo')
plt.title('This figure will be shown')
plt.show()------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________ Matplotlib-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
- [Matplotlib-users] (no subject) nahren manuel 2012/02/03
- Re: [Matplotlib-users] (no subject) Paul Hobson 2012/02/03
- Re: [Matplotlib-users] (no subject) Paul Ivanov 2012/02/03
- Re: [Matplotlib-users] (no subject) Tony Yu 2012/02/03
- [Matplotlib-users] (no subject) Debashish Saha 2012/02/06
- Re: [Matplotlib-users] (no subject) Benjamin Root 2012/02/06
- Re: [Matplotlib-users] (no subject) [EMAIL PROTECTED] 2012/02/16
- [Matplotlib-users] (no subject) frank . feiler 2012/02/18 <=
- Re: [Matplotlib-users] (no subject) Eric Firing 2012/02/18