Browse Source

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

master
Marko Radisic 4 years ago
parent
commit
0409c79cd2
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      dial.py
  2. 1
    1
      fft.py

+ 2
- 2
dial.py View File



axs[1].plot(fo, PSo) axs[1].plot(fo, PSo)


plt.show()

mplcursors.cursor() mplcursors.cursor()

plt.show()

+ 1
- 1
fft.py View File

# axs[2].set_ylabel('Y imag') # axs[2].set_ylabel('Y imag')
# axs[2].grid() # axs[2].grid()


fig.show()
plt.show()

Loading…
Cancel
Save