Skip to content

Commit 5a9fd3b

Browse files
committed
update readme
1 parent 9fbc227 commit 5a9fd3b

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,8 @@ 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 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>
9693

94+
![Visualization of graph and hypergraph](docs/source/_static/img/readme_graph_hypergraph.png)
9795

9896
```python
9997
import matplotlib.pyplot as plt
@@ -108,9 +106,7 @@ hg.draw()
108106
plt.show()
109107
```
110108

111-
<center>
112-
<img src="docs/source/_static/img/vis_digraph.png" width="300"/><img src="docs/source/_static/img/vis_bigraph.png" width="300"/>
113-
</center>
109+
![Visualization of directed graph and bipartite graph](docs/source/_static/img/readme_digraph_bigraph.png)
114110

115111
```python
116112
import matplotlib.pyplot as plt
256 KB
Loading
142 KB
Loading

0 commit comments

Comments
 (0)