GraphStream 中的自动布局,节点位置
auto-layout in GraphStream, node position
我正在使用 GraphStream 来生成一些图表。
我有以下问题:
When I use auto-layout in the library, is it possible for me to obtain the position information of each node?
Can I change the type of edge? e.g. the default edge type is solid line. Can I change edge into dash line, or other type?
谢谢。
对于第一个问题,我建议您查看 GraphStream 网站,尤其是 FAQ on the subject。
第二个问题见visualisation tutorial as well as the complete CSS reference。
我正在使用 GraphStream 来生成一些图表。
我有以下问题:
When I use auto-layout in the library, is it possible for me to obtain the position information of each node?
Can I change the type of edge? e.g. the default edge type is solid line. Can I change edge into dash line, or other type?
谢谢。
对于第一个问题,我建议您查看 GraphStream 网站,尤其是 FAQ on the subject。
第二个问题见visualisation tutorial as well as the complete CSS reference。