简体   繁体   English

如何显示来自SQLalchemy的具有400个节点的图

[英]How can I display a graph with 400 nodes from SQLalchemy

I want to display a graph with 400 or more nodes from SQLalchemy . 我想显示一个图,其中包含来自SQLalchemy 400个或更多节点。

I have used matplotlib and Networkx but the problem is that I do not get clear and detectable nodes when their number exceed 100 and most times the nodes are over each other! 我使用过matplotlibNetworkx但是问题是当它们的数量超过100且大多数情况下节点彼此Networkx ,我无法得到清晰可检测的节点! What is the best way to display a graph with 400 clear and separate nodes from SQLalchemy ? SQLalchemy显示具有400个清晰且独立的节点的图的最佳方法是什么?

Looking at your requirement, Sqlalchemy has nothing to do with displaying graph. 查看您的需求,Sqlalchemy与显示图形无关。 Even I had hard time with matplotlib. 甚至我在使用matplotlib时也很难过。 Here is a brand new module which I discovered recently in pycon India. 这是我最近在pycon印度发现的一个全新模块。

https://plot.ly/python/ This library allows you to plot various charts using browser and also you will get a link to share with others. https://plot.ly/python/这个库允许您使用浏览器绘制各种图表,并且您还将获得一个与他人共享的链接。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM