Skip to content

Commit 1c0c581

Browse files
committed
update readme
1 parent e914399 commit 1c0c581

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ If you find any bugs, please report it to us in [GitHub Issues](https://github.c
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

9393
<center>
94-
<img src="docs/source/_static/img/vis_graph.png" height="300">
95-
<img src="docs/source/_static/img/vis_hypergraph.png" height="300">
94+
<img src="docs/source/_static/img/vis_graph.png" width="40%"><img src="docs/source/_static/img/vis_hypergraph.png" width="40%">
9695
</center>
9796

9897
```python
@@ -109,8 +108,7 @@ plt.show()
109108
```
110109

111110
<center>
112-
<img src="docs/source/_static/img/vis_digraph.png" height="300">
113-
<img src="docs/source/_static/img/vis_bigraph.png" height="300">
111+
<img src="docs/source/_static/img/vis_digraph.png" width="40%"><img src="docs/source/_static/img/vis_bigraph.png" width="40%">
114112
</center>
115113

116114
```python

0 commit comments

Comments
 (0)