Is it currently possible for example in https://vx-demo.now.sh/trees to make A3 parent of C1 or C1 parent of B1?
I want to be able to represent information flow between multiple neurons nodes being neurons but also dendrites and axon terminals (inputs and output).
Hi @crackcomm, thanks for checking out vx!
Unfortunately no, adding C1 as a child to A3 results in:

We'll need to add either a network component to @vx/hierarchy or create a new package @vx/network... haven't decided which yet. Sorry vx doesn't support this yet :/
@hshoff I will certainly use vx when It'll be capable of doing that, thanks.
Im not sure that should be a part of core but a grouping like in tensorboard so you can expand the graph will be very useful feature when visualizing large neural networks.

Progress here: https://github.com/hshoff/vx/pull/113 will be available in v0.0.135
Closing because we published @vx/network with <Graph />, <Node />, and <Link /> in v0.0.135. Additional features/requests for graphs should go in a new issue for us to track.