> For the complete documentation index, see [llms.txt](https://docs.yanusstudio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yanusstudio.com/yanuslive/settings/settings-graph.md).

# Settings: Graph

Configuration to open graphs from CSV data files

&#x20;This feature allows you to view graphs of the generated Facial Data by each blendShape for reference.\
It supports up to 5 data sets, making it useful for comparing filter settings or different options.

## Data Input Settings for Graph Display

After configuring the settings, press the Apply button to open the graph.

<figure><img src="/files/saXR1Ohf3MvoLE8sp1Fk" alt="" width="563"><figcaption><p>Settings: Graph > Data 1~3 Input Sample</p></figcaption></figure>

{% hint style="info" %}
If there are no changes and the Apply button is disabled, it is recommended to change text elements such as the Graph Title to notify the user.
{% endhint %}

## Graph Example

<figure><img src="/files/ZL9zzE1GL0lKS1JhRzcS" alt=""><figcaption><p>Settings: Graph > Popup Graph Sample</p></figcaption></figure>

## Automatic Input via Batch Generator

Right-click on an item where the Facial Data file generation is complete, and select\
‘View Graph Settings’ from the context menu to open the ‘Select CSV Files’ window.

<figure><img src="/files/ZuvYUB0NK2ksZaT06jhe" alt=""><figcaption><p>Settings: Graph > Automatic Input via Batch Generator</p></figcaption></figure>

A list of CSV files related to the video file name will appear. Select the desired files using checkboxes,\
and press the OK button to automatically load them into Settings: Graph.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.yanusstudio.com/yanuslive/settings/settings-graph.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
