This website works better with JavaScript.
Home
Explore
Help
Sign In
GRF
/
AKDO
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Change fig.show() to plt.show()
master
Marko Radisic
4 years ago
parent
faa2798637
commit
0409c79cd2
2 changed files
with
3 additions
and
3 deletions
Split View
Show Diff Stats
2
2
dial.py
1
1
fft.py
+ 2
- 2
dial.py
View 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
View File
@@ -45,4 +45,4 @@ axs[1].grid()
# axs[2].set_ylabel('Y imag')
# axs[2].grid()
fig
.show()
plt
.show()
Write
Preview
Loading…
Cancel
Save