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.
相关问题
- How to make limits on the Y axis be the same using
- Google Charts-Code for Category Filter
- How to group Json data based on Month and plot it
- Canvas disappearing on Chrome 49 on OS X, looks li
- Chart js - avoid overlapping of tooltips in pie ch
相关文章
- Mercurial Commit Charts / Graphs [closed]
- Android Visualizer class throwing runtime exceptio
- Change color of bars depending on value in Highcha
- Google Chart veritcal axis with percentage sign
- Google Combo Chart add horizontal and vertical lin
- ChartJS. Change axis line color
- Center align title in Google Chart
- C# dashed lines in chart series?
In Python, you can use
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.Chord
provided by Bokeh looks great but I am not sure how simple it is to adjust how it displays (note that thebox_zoom
tool creates visual distortions, turn this off by specifying the plot tools using the kwargtools='pan,wheel_soom,save,reset'
)In R, you can use
chordDiagram
from thecirclize
packagechorddiag
from thechorddiag
package