Ver código fonte

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

master
Marko Radisic 4 anos atrás
pai
commit
0409c79cd2
2 arquivos alterados com 3 adições e 3 exclusões
  1. 2
    2
      dial.py
  2. 1
    1
      fft.py

+ 2
- 2
dial.py Ver arquivo

@@ -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 Ver arquivo

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

fig.show()
plt.show()

Carregando…
Cancelar
Salvar