Closed GiulioRossetti closed 4 years ago
@GiulioRossetti, you're right! This should work. I'll let you know when I have this fixed.
@GiulioRossetti I'm still investigating this issue.
Here's what I've come up with so far... It looks like the problem might be upstream (in Altair or Vega). Trying to style the nodes and edges leads to this issue. If you plot the individual layers of the Altair chart, the styling is correct. I've investigated the Vega spec as well, and everything looks fine, but the rendering is incorrect. I'll dive into Altair+Vega further and see what I can find. I'll update you once I find the problem.
@Zsailer thanks again for your work! I'll wait for updates then.
Sorry for not returning to this issue sooner, @GiulioRossetti. This seems to be working for me. If you're still having issues, feel free to reopen this issue. Thanks!
Hi, I'm trying, without success, to assign a specific size to each node.
If I get it right this should be possible by linking the node_size property to a node attribute. Unfortunately, the result is a graph with all nodes represented as dots (size=1 i guess).
What am I doing wrong?
Here's my code: