# Defining Information Visualization

Information Visualization refers to the use of **computer-supported**, **interactive**, **visual representations** of **abstract data** to **amplify cognition**.

![](/files/-M5-0Vqlqvtk9KmtSgR-)

Interaction is an important aspect of any efficient visualization. A user must be able to change **what** is visualized as well as **how** it is visualized. The end goal is a better understanding of the **phenomenon**.

The term **abstract data** refers to data that has no obvious/natural visual representation. Information Visualization is particularly important for such data.

To **amplify cognition** could mean any of the following:

* to improve understanding
* to solve problems in a shorter time with less effort
* to solve problems more accurately
* to do things that would be impossible to do without a computer and a graphical representation

A **cognitive artifact** is a tool that helps one think better. But how does it help?\
For example, if we try to multiply two numbers in our mind, it is tougher to do so when compared to using pen and paper. This is because, when we use pen and paper, we store the intermediate results in the real world, and do not have to retain them in our memory. This is why it is easier to multiply using pen and paper.

This is related to the concept of **distributed cognition**: it refers to the fact that our cognitive system doesn't only comprise of our mind and sensors, but also includes the artifacts and the environment that surrounds us, that we use to store and manipulate information.


---

# 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/chapter1.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.
