Eric Ma
Eric Ma
@tanjia123456 I think this is a question to be brought to the NetworkX issue tracker, as I am seeing some conceptual misunderstandings that might be difficult to resolve here. For...
Totally! It’s exposed right now as the node_coords attribute of each plot. It’s currently a dictionary, in which I store two lists as values: one for x-coordinates, and the other...
Ah, I forgot to mention in my previous comment (blame it on typing on the phone) that the coordinates are indexed in the same order as each plot object's [`.nodes`...
I'm not sure at first glance whether this will work, but what does the output look like when you do each of: - `plt.tight_layout()` - `plt. autoscale()` ? I have...
Hi Kerstin, indeed you've hit an interesting problem here. I'm not sure how best to solve this at the moment. That said, I think I have a few hypotheses on...
@kwbln I went into the [source code](https://github.com/ericmjl/nxviz/blob/arcplot-fixes-%23598/nxviz/plots.py#L1139) and modified the implementation of `draw()`. For the time being, I suspect that just using `plt.tight_layout()` and `plt. autoscale()` is the best solution...
@golharam thanks for pinging in! This functionality isn't yet implemented in nxviz. I think what you're thinking of is multiple information tracks layered outside of the main graph (inner-most ring),...
Oh wow - that's surprising for me. Thanks for the catch! I'm at work in the middle of a project hacking session right now, but I'll get to this soon....
At the moment, not available. I'm in the process of writing a JOSS paper, but it's not yet submitted. Also have not yet submitted this to Zenodo for archiving. Really...
@selwyth thanks for posting! Node labels, edge width, and node sizes are definitely features I should have found more time to try implementing. If you've got the need and time...