Replies: 3 comments
-
Check out Matplotlib, it is a popular data visualization library. |
Beta Was this translation helpful? Give feedback.
0 replies
-
As far as I know, matplotlib doesn't support tree/graph visualization. (see: https://matplotlib.org/stable/plot_types/index.html) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Either we can use Plotly which again uses 3rd party Graphic Libraries or we can use D3.js but we'll have to render the result in a webpage (which is fine in my opinion). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since the release of TorBot v1, we were using the
ete3
library which served the purpose. But unfortunately, due to missing support forPyQt5
andpython3.6
^ we had to remove the visualization module at least until an update forete3
is 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.
Beta Was this translation helpful? Give feedback.
All reactions