简体   繁体   中英

How can I display a graph with 400 nodes from SQLalchemy

I want to display a graph with 400 or more nodes from SQLalchemy .

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! What is the best way to display a graph with 400 clear and separate nodes from SQLalchemy ?

Looking at your requirement, Sqlalchemy has nothing to do with displaying graph. Even I had hard time with matplotlib. Here is a brand new module which I discovered recently in pycon India.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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