diff --git a/README.md b/README.md index 9b1921d..dab381a 100644 --- a/README.md +++ b/README.md @@ -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) -
- -
+![Visualization of graph and hypergraph](docs/source/_static/img/readme_graph_hypergraph.png) ```python import matplotlib.pyplot as plt @@ -108,9 +106,7 @@ hg.draw() plt.show() ``` -
- -
+![Visualization of directed graph and bipartite graph](docs/source/_static/img/readme_digraph_bigraph.png) ```python import matplotlib.pyplot as plt diff --git a/docs/source/_static/img/readme_digraph_bigraph.png b/docs/source/_static/img/readme_digraph_bigraph.png new file mode 100644 index 0000000..ebbb7a4 Binary files /dev/null and b/docs/source/_static/img/readme_digraph_bigraph.png differ diff --git a/docs/source/_static/img/readme_graph_hypergraph.png b/docs/source/_static/img/readme_graph_hypergraph.png new file mode 100644 index 0000000..1077434 Binary files /dev/null and b/docs/source/_static/img/readme_graph_hypergraph.png differ