Skip to content

Commit b90c75e

Browse files
authored
Merge pull request #319 from garrison/patch-2
Fix deprecated empty-array syntax in `distinguishable_colors` docstring
2 parents 5d6f18a + 74864f1 commit b90c75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/colormaps.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ in the palette.
1818
Args:
1919
2020
- `n`: Number of colors to generate.
21-
- `seed`: Initial color(s) included in the palette. Default is `Vector{RGB{N0f8}}(0)`.
21+
- `seed`: Initial color(s) included in the palette. Default is `Vector{RGB{N0f8}}()`.
2222
2323
Keyword arguments:
2424

0 commit comments

Comments
 (0)