Explorar el Código

Changes plot color and y scale.

master
langspielplatte hace 2 años
padre
commit
c43826dc9c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      plot_single_transmission_paper.py

+ 2
- 2
plot_single_transmission_paper.py Ver fichero

@@ -219,8 +219,8 @@ if __name__ == "__main__":
ax2.spines.right.set_position(("axes", 1.1))


ax0.set_ylim(0, 5000)
ax1.set_ylim(0, 1) #0.3
ax0.set_ylim(0, 2500)
ax1.set_ylim(0, 2) #0.3
ax2.set_ylim(0, 500)
#ax00.set_ylim(-25, 0)


Cargando…
Cancelar
Guardar