Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanfeng97 committed Sep 24, 2022
1 parent 9fbc227 commit 5a9fd3b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@ If you find any bugs, please report it to us in [GitHub Issues](https://github.c

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)

<center class="half">
<img src="docs/source/_static/img/vis_graph.png" width="40%"/><img src="docs/source/_static/img/vis_hypergraph.png" width="40%"/>
</center>

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

```python
import matplotlib.pyplot as plt
Expand All @@ -108,9 +106,7 @@ hg.draw()
plt.show()
```

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

```python
import matplotlib.pyplot as plt
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5a9fd3b

Please sign in to comment.