Kaynağa Gözat

Change fig.show() to plt.show()

master
Marko Radisic 4 yıl önce
ebeveyn
işleme
0409c79cd2
2 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 2
    2
      dial.py
  2. 1
    1
      fft.py

+ 2
- 2
dial.py Dosyayı Görüntüle

@@ -48,6 +48,6 @@ axs[1].set_xlim(0, 1500)

axs[1].plot(fo, PSo)

plt.show()

mplcursors.cursor()

plt.show()

+ 1
- 1
fft.py Dosyayı Görüntüle

@@ -45,4 +45,4 @@ axs[1].grid()
# axs[2].set_ylabel('Y imag')
# axs[2].grid()

fig.show()
plt.show()

Loading…
İptal
Kaydet