Open erlebach opened 3 years ago
This issue was fixed by PR https://github.com/Zsailer/nx_altair/pull/19, which is accepted in my fork (which was originally made precisely to have a version with fixes from issues and PRs).
The fork has now been detached and released as its own library, altair-nx, because the original has been inactive since 2020 and because the fork diverged from it considerably after a full code-base rework and the implementation of new features (e.g. curved edges, self loops, and much greater customisability).
HI,
The code below can be found in the method
draw_networkx_nodes
. I added a line that computes node_chart in the event a subset of nodes is specified via thenodelist
argument. Without this line, the entire graph is drawn regardless of thenodelist
argument.