Visx: Graphs

Created on 14 Jun 2017  路  5Comments  路  Source: airbnb/visx

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).

馃殌enhancement

All 5 comments

Hi @crackcomm, thanks for checking out vx!

Unfortunately no, adding C1 as a child to A3 results in:

screen shot 2017-06-13 at 5 06 31 pm

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

BrianRosamilia picture BrianRosamilia  路  3Comments

sabarnix picture sabarnix  路  4Comments

m0t0r picture m0t0r  路  3Comments

stefanvermaas picture stefanvermaas  路  3Comments

ahmetuysal picture ahmetuysal  路  3Comments