I am trying to figure out how I can draw a tree in a graph's node with tikz. Meaning, the node is not supposed to have a value or name but a tree inside of the circle around it.
I tried the following with no success:
- Insertion of
qtreewith\Tree [.Root[.Node Leaf] ].Root - Insertion of a new picture in this node

