Skip to content

Commit 9fbc227

Browse files
committed
update readme
1 parent dd1f85d commit 9fbc227

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,10 @@ 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>
94-
<img src="docs/source/_static/img/vis_graph.png" width="300"><img src="docs/source/_static/img/vis_hypergraph.png" width="300">
95-
</center> -->
93+
<center class="half">
94+
<img src="docs/source/_static/img/vis_graph.png" width="40%"/><img src="docs/source/_static/img/vis_hypergraph.png" width="40%"/>
95+
</center>
9696

97-
![graph visualization](docs/source/_static/img/vis_graph.png)![hypergraph visualization](docs/source/_static/img/vis_hypergraph.png)
9897

9998
```python
10099
import matplotlib.pyplot as plt
@@ -110,7 +109,7 @@ plt.show()
110109
```
111110

112111
<center>
113-
<img src="docs/source/_static/img/vis_digraph.png" width="300"><img src="docs/source/_static/img/vis_bigraph.png" width="300">
112+
<img src="docs/source/_static/img/vis_digraph.png" width="300"/><img src="docs/source/_static/img/vis_bigraph.png" width="300"/>
114113
</center>
115114

116115
```python

0 commit comments

Comments
 (0)