What problem does this feature solve?
树状图添加x轴,y轴和半径轴支持,使图表可以同时反应分支关系和节点属性,更好得可视化树形数据,特别是例如生物进化树之类的研究数据可视化。
相关网站: https://nextstrain.org/zika?d=tree&dmax=2018-06-24&dmin=2004-07-16&p=full&transmissions=hide
对于普通树(添加x轴和y轴):
对于径向树(添加半径轴):
What does the proposed API look like?
示例:
对于普通树(添加x轴和y轴):
对于径向树(添加半径轴):
2条答案
按热度按时间pb3skfrl1#
@zhibisora It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗
TRANSLATED
TITLE
[Feature] Add x-axis, y-axis and polar axis support to the dendrogram, so that the chart can reflect branch relationships and node attributes at the same time
BODY
What problem does this feature solve?
The dendrogram adds x-axis, y-axis and radius axis support, so that the chart can reflect branch relationships and node attributes at the same time, and better visualize tree data, especially the visualization of research data such as biological evolution trees.
Related websites: https://nextstrain.org/zika?d=tree&dmax=2018-06-24&dmin=2004-07-16&p=full&transmissions=hide
For a normal tree (added x-axis and y-axis):
For radial trees (add radius axis):
What does the proposed API look like?
Example:
For a normal tree (added x-axis and y-axis):
For radial trees (add radius axis):
wsewodh22#
could eventually be presented as a graph, see cartesian example , has polar option too.