Creates a word cloud from a list of words.
WordCloud[{s1, s2, …}]
WordCloud[{w1 -> s1, …}]
WordCloud[<| s1 -> w1, … |>]
WordCloud[{w1, w2, …} -> {s1, s2, …}]
WordCloud[{{s1, w1}, {s2, w2}, …}]
WordCloud[data, shape]
WordCloud[{{"apple", 4}, {"banana", 3}, {"grapes", 8}, {"orange", 2}, {"strawberry", 3}}]
→ -Graphics-- Background — default Transparent
- ColorFunction — default Automatic
- ColorFunctionScaling — default True
- FontFamily — default "Helvetica"
- FontSize — default Automatic
- FontTracking — default "Plain"
- FontWeight — default Plain
- IgnoreCase — default True
- MaxItems — default Automatic
- PlotRange — default Automatic
- PlotTheme — default $PlotTheme
- PreprocessingRules — default Automatic
- RandomSeeding — default Automatic
- ScalingFunctions — default Identity
- WordOrientation — default "Horizontal"
- WordSelectionFunction — default Automatic
- WordSpacings — default Automatic