Как обновить gtk2hsC2hs?

Возможно, вам не понадобится использовать Pandas. Вот график matplotlib частот кота:

x = np.linspace(0, 2*np.pi, 400)
y = np.sin(x**2)

f, axes = plt.subplots(2, 1)
for c, i in enumerate(axes):
  axes[c].plot(x, y)
  axes[c].set_title('cats')
plt.tight_layout()

16
задан zw324 27 June 2013 в 21:00
поделиться