This example shows different attributes that you can associate with nodes in a graph. Since no explicit positions are passed for the nodes, Rerun will layout the graph automatically. ## Used Rerun types [`GraphNodes`](https://www.rerun.io/docs/reference/types/archetypes/graph_nodes), [`GraphEdges`](https://www.rerun.io/docs/reference/types/archetypes/graph_edges) ## Run the code ```bash pip install -e examples/python/graph_lattice python -m graph_lattice ```