Skip to content

Commit

Permalink
Merge pull request #319 from garrison/patch-2
Browse files Browse the repository at this point in the history
Fix deprecated empty-array syntax in `distinguishable_colors` docstring
  • Loading branch information
timholy authored Aug 19, 2018
2 parents 5d6f18a + 74864f1 commit b90c75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/colormaps.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ in the palette.
Args:
- `n`: Number of colors to generate.
- `seed`: Initial color(s) included in the palette. Default is `Vector{RGB{N0f8}}(0)`.
- `seed`: Initial color(s) included in the palette. Default is `Vector{RGB{N0f8}}()`.
Keyword arguments:
Expand Down

0 comments on commit b90c75e

Please sign in to comment.