Sfoglia il codice sorgente

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

master
Marko Radisic 4 anni fa
parent
commit
0409c79cd2
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 2
    2
      dial.py
  2. 1
    1
      fft.py

+ 2
- 2
dial.py Vedi File

@@ -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 Vedi File

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

fig.show()
plt.show()

Loading…
Annulla
Salva