Skip to content

Commit a6d0317

Browse files
committed
fix(examples): correct color parameter in alice.jl wordcloud example
1 parent 91b3104 commit a6d0317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/alice.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using WordCloud
22
wc = wordcloud(
33
processtext(open(pkgdir(WordCloud) * "/res/alice.txt"), stopwords_extra=["said"]),
44
mask=pkgdir(WordCloud) * "/res/alice_mask.png",
5-
color="#faeef8",
5+
maskcolor="#faeef8",
66
colors=:seaborn_dark,
77
angles=(0, 90),
88
density=0.55,

0 commit comments

Comments
 (0)