1、報錯信息:AttributeError: 'LayoutLine' object has no attribute 'color'
解決方案:在color一列輸入指定顏色。
最終layout如下所示:
#y, xstart, xend, rotation, color, label, va, bed
.6, .2, .8, 0, red, sorghum, top, sorghum.bed .4, .2, .8, 0, green, rice, top, rice.bed
# edges e, 0, 1, sorghum.rice.anchors.simple
2、報錯信息:AttributeError: 'LayoutLine' object has no attribute 'order'
解決方案:查看最后一行是不是下面還有一行空行,如果有就刪除。此外第一行標(biāo)題一定要正確。
3、報錯信息:RuntimeError: Failed to process string with tex because dvipng could not be found
解決方案:缺少dvipng包,下載并按照即可:yum install dvipng