matplotlib-0.99.1.win32-py2.6.exe
numpy-1.3.0-win32-superpack-python2.6.exe
запускаю программу, первый раз график строится, а при следующих запусках возникает ошибка и программа закрывается.
что нужно исправить или установить ещё что-то?
from matplotlib.pyplot import figure, show
from math import pi
fig = figure()
ax = fig.add_subplot(111, polar=True)
x = [30,60,90,120,150,180]
x = [i*pi/180 for i in x] # convert to radians
ax.bar(x,[1,2,3,4,5,6], width=0.4)
show()
Microsoft Visual C++ Runtime Library
Runtime Error!
This application has requested the Runtime to terminate it in an unusual way. Plise contact the application's support team for more information.