let create matrix nodes = let mt = create' () in let g = to_group mt in set_matrix mt matrix; List.iter (Group.add_child g) nodes; Group.to_node g