浏览代码

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

master
Marko Radisic 4 年前
父节点
当前提交
0409c79cd2
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2
    2
      dial.py
  2. 1
    1
      fft.py

+ 2
- 2
dial.py 查看文件

@@ -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 查看文件

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

fig.show()
plt.show()

正在加载...
取消
保存