Skip to content

Commit 49b63f9

Browse files
committed
update readme
1 parent 1c0c581 commit 49b63f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +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" width="40%"><img src="docs/source/_static/img/vis_hypergraph.png" width="40%">
94+
<img src="docs/source/_static/img/vis_graph.png" width="300"><img src="docs/source/_static/img/vis_hypergraph.png" width="300">
9595
</center>
9696

9797
```python
@@ -108,7 +108,7 @@ plt.show()
108108
```
109109

110110
<center>
111-
<img src="docs/source/_static/img/vis_digraph.png" width="40%"><img src="docs/source/_static/img/vis_bigraph.png" width="40%">
111+
<img src="docs/source/_static/img/vis_digraph.png" width="300"><img src="docs/source/_static/img/vis_bigraph.png" width="300">
112112
</center>
113113

114114
```python

0 commit comments

Comments
 (0)