Possibility of assigning subgraphs to nodes #112
andrewjeyaraj
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using arrows as a container to build graphs which I then use to run other analyses. I was wondering if it might be possible to add the functionality of adding subgraphs. Ideally, I'd like to build two graphs in arrows and then allocate one graph to be stored within a specific node of the other. Right now I do this externally, i.e., I build the graphs in arrows and then have a python script to create a single graph with the subgraph allocated to anode of my choosing. I was wondering if it might be possible to implement this in arrows.
Cheers,
Andre
Beta Was this translation helpful? Give feedback.
All reactions