Skip to content

Commit dd1f85d

Browse files
committed
update doc
1 parent 49b63f9 commit dd1f85d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,11 @@ If you find any bugs, please report it to us in [GitHub Issues](https://github.c
9090

9191
You can draw the graph, hypergraph, directed graph, and bipartite graph with DHG's visualization tool. More details see the [Tutorial](https://deephypergraph.readthedocs.io/en/latest/tutorial/vis_structure.html)
9292

93-
<center>
93+
<!-- <center>
9494
<img src="docs/source/_static/img/vis_graph.png" width="300"><img src="docs/source/_static/img/vis_hypergraph.png" width="300">
95-
</center>
95+
</center> -->
96+
97+
![graph visualization](docs/source/_static/img/vis_graph.png)![hypergraph visualization](docs/source/_static/img/vis_hypergraph.png)
9698

9799
```python
98100
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)