# Graphical Components and Mapping Strategies

This section discusses:

* **Graphical components** i.e. individual components of graphs
* **Mapping strategies** i.e. mapping between data and graphics

It is important to know about graphical components and mapping strategies because it helps to:

* **evaluate visualizations**: with an in-depth understanding of the above, we will be able to criticise design choices
* **re-design evaluations**

**Visual Encoding** refers to the strategies/rules used to turn data into graphical representations. More precisely, it refers to the mapping between:

* data items $$\leftarrow\rightarrow$$ visual marks
* data attributes $$\leftarrow\rightarrow$$ visual channels


---

# 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://vikram-bajaj.gitbook.io/cs-gy-6313-information-visualization/graphical-components-and-mapping-strategies.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.
