Another approach is to make a single picture with the nodes and edges
colored according to which subgraph they belong. Here you want to
make a list/array of color values in the order of the nodes they
correspond to. See:
https://networkx.lanl.gov/browser/networkx/trunk/doc/examples/
draw_colormap.py
Edges are similar:
https://networkx.lanl.gov/browser/networkx/trunk/doc/examples/
draw_edge_colormap.py
Dan