@@ -21,7 +21,7 @@ DHG provides a simple interface to visualize the correlation structures:
2121Visualization of Graph
2222^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2323
24- .. image :: ../_static/img/vis_graph.png
24+ .. image :: ../../ _static/img/vis_graph.png
2525 :align: center
2626 :alt: Visualization of Graph
2727 :height: 400px
@@ -39,7 +39,7 @@ Visualization of Graph
3939 Visualization of Directed Graph
4040^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4141
42- .. image :: ../_static/img/vis_digraph.png
42+ .. image :: ../../ _static/img/vis_digraph.png
4343 :align: center
4444 :alt: Visualization of Directed Graph
4545 :height: 400px
@@ -57,7 +57,7 @@ Visualization of Bipartite Graph
5757^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5858
5959
60- .. image :: ../_static/img/vis_bigraph.png
60+ .. image :: ../../ _static/img/vis_bigraph.png
6161 :align: center
6262 :alt: Visualization of Bipartite Graph
6363 :height: 400px
@@ -74,7 +74,7 @@ Visualization of Bipartite Graph
7474 Visualization of Hypergraph
7575^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7676
77- .. image :: ../_static/img/vis_hypergraph.png
77+ .. image :: ../../ _static/img/vis_hypergraph.png
7878 :align: center
7979 :alt: Visualization of Hypergraph
8080 :height: 400px
@@ -109,7 +109,7 @@ The ``font_family`` argument is used to specify the font family of the labels, a
109109 >> > g.draw(v_label = labels, font_size = 1.5 , font_family = ' serif' )
110110 >> > plt.show()
111111
112- .. image :: ../_static/img/custom_label.png
112+ .. image :: ../../ _static/img/custom_label.png
113113 :align: center
114114 :alt: Customize label
115115 :height: 400px
@@ -127,7 +127,7 @@ For ``dhg.Graph``, ``dhg.DiGraph``, and ``dhg.Hypergraph``, the colors of the ve
127127 >> > hg.draw(v_color = ' cyan' , e_color = ' grey' )
128128 >> > plt.show()
129129
130- .. image :: ../_static/img/custom_color.png
130+ .. image :: ../../ _static/img/custom_color.png
131131 :align: center
132132 :alt: Customize color
133133 :height: 400px
@@ -146,7 +146,7 @@ All of the sizes above represent the relative size, and the default values are `
146146 >> > g.draw(v_size = 1.5 , v_line_width = 1.5 , e_line_width = 1.5 )
147147 >> > plt.show()
148148
149- .. image :: ../_static/img/custom_size.png
149+ .. image :: ../../ _static/img/custom_size.png
150150 :align: center
151151 :alt: Customize size
152152 :height: 400px
0 commit comments