Skip to content

Commit

Permalink
More precisions about edge_type
Browse files Browse the repository at this point in the history
Related to #239
  • Loading branch information
Yomguithereal committed Oct 11, 2024
1 parent fba6c98 commit 980ec17
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,18 @@ HTML [named color](https://www.w3schools.com/tags/ref_colornames.asp) or hex col

![edge_type](./docs/img/edge_type.png)

**Type**

Name of renderer to use to draw the graph's edges. One of `arrow`, `triangle`, `rectangle`, `line` or `curve`.

Usually defaults to `rectangle` for undirected graphs and `arrow` for directed graphs, or `curve` if [edge_curveness](#edge_curveness) is activated.

It cannot be mapped to some edge attribute or data as of yet.

**Related_kwargs**

* **default_edge_type**

### edge_size

![edge_size](./docs/img/edge_size.png)
Expand Down
12 changes: 12 additions & 0 deletions README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,18 @@ HTML [named color](https://www.w3schools.com/tags/ref_colornames.asp) or hex col

![edge_type](./docs/img/edge_type.png)

**Type**

Name of renderer to use to draw the graph's edges. One of `arrow`, `triangle`, `rectangle`, `line` or `curve`.

Usually defaults to `rectangle` for undirected graphs and `arrow` for directed graphs, or `curve` if [edge_curveness](#edge_curveness) is activated.

It cannot be mapped to some edge attribute or data as of yet.

**Related_kwargs**

* **default_edge_type**

### edge_size

![edge_size](./docs/img/edge_size.png)
Expand Down

0 comments on commit 980ec17

Please sign in to comment.