瀏覽代碼

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…
取消
儲存