Skip to content

Commit 0f6a15d

Browse files
authored
Merge pull request #231 from ThePurox/patch-1
2 parents e9c5a1f + 8fbc810 commit 0f6a15d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/recipes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ underlying graph and therefore changing the number of Edges/Nodes.
2727
2828
## Attributes
2929
### Main attributes
30-
- `layout=Spring()`: function `AbstractGraph->Vector{Point}` or `Vector{Point}` that determines the base layout. Can also be any network layout from [NetworkLayout.jl](https://https://github.com/JuliaGraphs/NetworkLayout.jl), like `Spring`, `Stress`, `Spectral`, etc.
30+
- `layout=Spring()`: function `AbstractGraph->Vector{Point}` or `Vector{Point}` that determines the base layout. Can also be any network layout from [NetworkLayout.jl](https://github.com/JuliaGraphs/NetworkLayout.jl), like `Spring`, `Stress`, `Spectral`, etc.
3131
- `node_color=automatic`:
3232
Defaults to `scatter_theme.color` in absence of `ilabels`.
3333
- `node_size=automatic`:

0 commit comments

Comments
 (0)