# Word Cloud

![](/files/-M4oNBnXG7Dhg_1a8QHU)

## Column Assignments

* Word - Assign a column that contains words that you want to plot.
* Color By - Assign a column for the word colors. It can be either a categorical (text) column or numeric column. If you have NA values in a categorical column, NA will be treated as one of categories. If you have NA values in a numeric column, the corresponding words won't show up on a plot. See [Color](/visualization/features/color-dialog.md) section for more details.
* Size - Assign a column for the word size.

## Limit Values

You can use Limit Values to filter the categories by the aggregated values. See [Limit Values](/visualization/features/limit.md) for the detail.

## Configuration

* Width: Width of the plot in pixel.
* Height: Width of the plot in pixel.
* Rotated Text Ratio (0-1) - This controls the ratio of words displayed vertically (90 degree rotation). For example, if you set 0.5 half of the words are displayed vertically.
* Min Frequency for Words - Words whose frequency is below this Minimum Frequency will not be plotted.

## Save as an Image

You can save the chart as an image file. See [Save as PNG/SVG](/visualization/features/save.md) for more details.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.exploratory.io/visualization/types/wordcloud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
