Entering edit mode
I have a list of graphs that I would like to join. I haven't quite
figured out how to add them sequentially. I know of the join()
function. I can just loop over this recursively, but is there a more
elegant way?
Thanks,
Sean