Replies: 3 comments
|
Check out Matplotlib, it is a popular data visualization library. |
0 replies
|
As far as I know, matplotlib doesn't support tree/graph visualization. (see: https://matplotlib.org/stable/plot_types/index.html) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Since the release of TorBot v1, we were using the
ete3library which served the purpose. But unfortunately, due to missing support forPyQt5andpython3.6^ we had to remove the visualization module at least until an update forete3is released.But since there have been no updates for over a year, we are looking for better alternatives to the visualization module. I'm opening this issue so that the community can decide on the library.
All reactions