# Stacked Violin Plot

Stacked violin plots can be used to summarize multiple features expression in one image.

Start by adding a 2D scatter plot to the Data viewer. Select the data node from the pipeline to use (e.g. normalized counts) then choose the attribute of interest for the X-axis (e.g. cell type or sample name) and select **Numeric list** for the Y-axis.

Navigate to the left panel and open the **Axes** Configure option. Add the features (e.g. genes) to include on the Y-axis by typing the name and selecting the feature. These can be ordered by drag and drop within the box which is reflected on the visualization.

<figure><img src="/files/UJuvZ5EP9XL4Q0ub6mu6" alt=""><figcaption></figcaption></figure>

Navigate to the left panel and open the **Style** Configure option. Use the *Summary* options to toggle on and off the **Violin** and other visual preferences.

Use the **Show advanced options** to toggle the points (dots) on and off.

<figure><img src="/files/KGfcn1uiGLnHWEh1f9AP" alt=""><figcaption></figcaption></figure>

The plot will display the specified genes on Y-axis in different tracks:

<figure><img src="/files/0yZsOWttQ1iHtHKX3vrx" alt=""><figcaption></figcaption></figure>


---

# 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://help.connected.illumina.com/icm/analyses/analysis-functionality/data-viewer/stacked-violin-plot.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.
