Parcourir la source

Valuefixes

master
langspielplatte il y a 2 ans
Parent
révision
ec443c9bd4
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      plot_single_transmission_paper.py

+ 2
- 1
plot_single_transmission_paper.py Voir le fichier

@@ -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]

Chargement…
Annuler
Enregistrer