소스 검색

Background color for cell id.

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

+ 1
- 1
plot_transmission_timeline.py 파일 보기

@@ -194,7 +194,7 @@ if __name__ == "__main__":
twin2 = ax.twinx()
# Offset the right spine of twin2. The ticks and label have already been
# placed on the right by twinx above.
twin2.spines.right.set_position(("axes", 1.2))
twin2.spines.right.set_position(("axes", 0.6))


# create list fo color indices

Loading…
취소
저장