开发者

Free Alternative to Ubigraph

开发者 https://www.devze.com 2023-02-22 20:20 出处:网络
I am trying to generate a large graph visualization using Ubig开发者_如何学编程raph and its xml-rpc interface. However Ubigraph\'s xmlRPC server is not fast enough to handle the call rate generated by

I am trying to generate a large graph visualization using Ubig开发者_如何学编程raph and its xml-rpc interface. However Ubigraph's xmlRPC server is not fast enough to handle the call rate generated by my python code, and freezes. I have tried all the performance tips listed on the website to no avail. The direct wrapper is not available in the free version of Ubigraph, hence my question: are there any Free (as in speech) alternatives to Ubigraph?


I think that you may be having the same problem I was. It is not that ubigraph cannot handle the xmlrpc, but that there is a problem with the 64-bit release. It kept freezing on me at completely unpredictable times (sometimes after 22 edges, sometimes after 1500 edges...). Try the 32-bit release instead. It has been solid for me.


Have you had a look at graphviz? Does this have to be a service, or could you just run it locally?

0

精彩评论

暂无评论...
验证码 换一张
取 消