We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b3104 commit a6d0317Copy full SHA for a6d0317
examples/alice.jl
@@ -2,7 +2,7 @@ using WordCloud
2
wc = wordcloud(
3
processtext(open(pkgdir(WordCloud) * "/res/alice.txt"), stopwords_extra=["said"]),
4
mask=pkgdir(WordCloud) * "/res/alice_mask.png",
5
- color="#faeef8",
+ maskcolor="#faeef8",
6
colors=:seaborn_dark,
7
angles=(0, 90),
8
density=0.55,
0 commit comments