Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
GRF
/
AKDO
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Change fig.show() to plt.show()
master
Marko Radisic
hace 4 años
padre
faa2798637
commit
0409c79cd2
Se han
modificado 2 ficheros
con
3 adiciones
y
3 borrados
Dividir vista
Mostrar estadísticas de diff
2
2
dial.py
1
1
fft.py
+ 2
- 2
dial.py
Ver fichero
@@ -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 fichero
@@ -45,4 +45,4 @@ axs[1].grid()
# axs[2].set_ylabel('Y imag')
# axs[2].grid()
fig
.show()
plt
.show()
Escribir
Vista previa
Cargando…
Cancelar
Guardar