소스 검색

Valuefixes

master
langspielplatte 2 년 전
부모
커밋
ec443c9bd4
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      plot_single_transmission_paper.py

+ 2
- 1
plot_single_transmission_paper.py 파일 보기

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

Loading…
취소
저장