What is the expected enhancement?
Dear rustworkx devs,
Hope you are well. I was browsing your docs and noticed you have a simple example of graph visualisation via matplotlib. I recently created iplotx, a Python library that focuses on visualising graphs/networks in matplotlib independent of where they come from. It uses a sort of adaptor class to ingest network data structuers from all kinds of libraries (e.g. igraph, networkx, graph-tool, etc.). Additional libraries can signal how to connect to iplotx via custom data providers.
I wonder whether you would consider adding a data provider for rustworkx. I would be happy to help, the code would preferrably reside within rustworkx and it would enable your users to visualise their networks with iplotx's extensive style specification. We have about 100 examples on our gallery.
Would you be interested?
edit: typos
What is the expected enhancement?
Dear rustworkx devs,
Hope you are well. I was browsing your docs and noticed you have a simple example of graph visualisation via matplotlib. I recently created iplotx, a Python library that focuses on visualising graphs/networks in matplotlib independent of where they come from. It uses a sort of adaptor class to ingest network data structuers from all kinds of libraries (e.g. igraph, networkx, graph-tool, etc.). Additional libraries can signal how to connect to iplotx via custom data providers.
I wonder whether you would consider adding a data provider for rustworkx. I would be happy to help, the code would preferrably reside within rustworkx and it would enable your users to visualise their networks with iplotx's extensive style specification. We have about 100 examples on our gallery.
Would you be interested?
edit: typos