Creating Circular flow charts (circos)

不想你离开。 提交于 2020-01-01 10:49:12

问题


I'm looking for an app to create charts like the one in the picture. I been using gephi and trying to use circos. Gephi is still on beta and circos needs a lot of configuration in order to get the chart. I'm looking for something easier that could convert a csv file into a chart like this.


回答1:


In Python, you can use

  1. CircosPlot from nxviz (used to be circos). This is developed by Eric Ma on top of Matplotlib. Note that the documentation seems minimal but as Eric is not paid for this (and is a PhD student) I am sure he would appreciate help improving the docs.
  2. Chord provided by Bokeh looks great but I am not sure how simple it is to adjust how it displays (note that the box_zoom tool creates visual distortions, turn this off by specifying the plot tools using the kwarg tools='pan,wheel_soom,save,reset')
  3. plotly

In R, you can use

  1. chordDiagram from the circlize package
  2. chorddiag from the chorddiag package


来源:https://stackoverflow.com/questions/33388867/creating-circular-flow-charts-circos

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