Gephi——如何在geolayout布局下加上地图背景

You will need to place the map image manually under the graph, outside of Gephi.
I did it once and it was not as painful as it sounds. My approach was:
Apply Geolayout and export SVG file
Obtain a map image that suits the graph
Open the SVG file with Inkscape and add the map image behind nodes and edges
Move and resize the map image to make it match the cities in the graph

Eduardo

大意是:

1、运行Geolayout,输出SVG文件

2、Inkscape打开一个合适的地图图片

3、用Inkscape打开SVG文件并把地图添加在节点和边下面

4、移动、放缩背景图片,匹配城市位置

SVG图片是可缩放矢量图形,基于XML,可任意放缩不影响图像质量,文本独立,体积比GIF和JPEG格式的文件要小很多,因而下载也很快。

你可能感兴趣的:(复杂网络)