Valuefixes

This commit is contained in:
2023-07-13 09:55:12 +02:00
parent 009d59c499
commit ec443c9bd4

View File

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