Explorar el Código

Valuefixes

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

+ 2
- 1
plot_single_transmission_paper.py Ver fichero

@@ -180,7 +180,8 @@ if __name__ == "__main__":
fig.suptitle("{} with {}".format(transmission_direction, cc_algo))
ax0 = ax[0]
ax1 = ax0.twinx()
ax2 = ax0.twinx()
#ax2 = ax0.twinx()
ax2 = ax[1]
# ax2.spines.right.set_position(("axes", 1.22))

ax00 = ax[1]

Cargando…
Cancelar
Guardar