You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* maskshape: `box`, `ellipse`, or `squircle`. See `shape`. Take effect only when the `mask` argument is not given.
38
-
* masksize: Can be a tuple `(width, height)`, tuple `(width, height, cornerradius)` (for `box` only) or just a single number as hint.
38
+
* masksize: Can be a tuple `(width, height)`, tuple `(width, height, cornerradius)` (for `box` only) or just a single number as a side length hint.
39
39
* backgroundsize: See `shape`. Take effect only when the `mask` argument is not given.
40
40
* maskcolor: like "black", "#ff0000", (0.5,0.5,0.7), 0.2, or :default, :original (keep it unchanged), :auto (auto recolor the mask).
41
41
* backgroundcolor: like "black", "#ff0000", (0.5,0.5,0.7), 0.2, or :default, :original, :maskcolor, :auto (random choose between :original and :maskcolor)
@@ -78,9 +78,9 @@ function wordcloud(words::AbstractVector{<:AbstractString}, weights::AbstractVec
78
78
if maskoccupying ==0
79
79
error("Have you set the right `transparent`? e.g. `transparent=mask[1,1]`")
0 commit comments