As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center提供指导。




9年前关闭。




在图论中,平面图是可以嵌入到平面中的图,即可以以仅在其端点相交的方式在平面上绘制平面图。

它们存在许多用于平面图测试的算法(即确定给定图是否为平面图)。最好的是在O(n)中,其中n是顶点数。

存在哪些支持以下功能的开源程序:
  • 可以绘制平面图
  • 支持O(n)平面图测试。
  • 支持可变的节点大小。
  • 支持固定图形边界区域
  • 是开源
  • 最佳答案

    我有一些图形可视化方法的指针:

  • Prefuse-原始版本为Java,较新的版本为Flash。
  • Graphviz
  • Networkx with matplotlib-全部在python
  • Ubigraph-用于动画3D可视化
  • 关于linux - 支持平面图形测试的开源图形绘图程序吗? ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/2107245/

    10-13 04:30