graphviz - how to create a 'roundtrip' flow

好久不见. 提交于 2019-12-02 07:35:22

If you simply reverse the direction of the edges going back (dir=back) by changing the line

NET -> fn2 -> rbd2 -> ddate2 -> fare2 -> COM;

into

edge[dir=back];
COM -> fare2 -> ddate2 -> rbd2 -> fn2 -> NET;

you should get:

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!