Код: Выделить всё
plt.style.available
plt.style.use('classic')
--TypeError: 'str' object is not callable
Подробнее здесь: https://stackoverflow.com/questions/784 ... t-callable
Код: Выделить всё
plt.style.available
plt.style.use('classic')
--TypeError: 'str' object is not callable