Skip to content

Commit db1c993

Browse files
Merge pull request #79 from bovine3dom/docfix
Fix italics in gplot docstring
2 parents adeda23 + df2c56a commit db1c993

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/plot.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ a Compose tree of the graph layout
1111
Graph to draw
1212
1313
`layout`
14-
Optional. Layout algorithm. Currently can be one of [random_layout,
15-
circular_layout, spring_layout, shell_layout, stressmajorize_layout,
16-
spectral_layout].
14+
Optional. Layout algorithm. Currently can be one of [`random_layout`,
15+
`circular_layout`, `spring_layout`, `shell_layout`, `stressmajorize_layout`,
16+
`spectral_layout`].
1717
Default: `spring_layout`
1818
1919
`locs_x, locs_y`

0 commit comments

Comments
 (0)