# ¶ What is Data Visualization?

**Data visualization** refers to representing data in a visual context, like a chart or a map, to help people understand the significance of that data. Visualization is a frequent final output of research. Putting some time and strategic thought into data visualization at the beginning of a research project can help you create more effective visualization. (For more on data visualization, see the ["Data Visualization" section](/handbook/digital-scholarship-methods/overview/data-visualization.md) in DS Methodologies Overview.)&#x20;

### Three Types of Data Visualizations

Data visualization is usually one of three types:

* **Scientific visualization**, meaning the representation of scientific phenomena that tend to be tied to real-world objects with spatial properties e.g., modeling airflow over an airplane. &#x20;
* **Information visualization** under which falls most statistical charts and graphs and also includes other visual and spatial representations.
* **Infographic,** meaning a specific sort of visualization that combines information visualization with narrative.

In the video below, David McCandless talks about how we can use visualizations to make data more meaningful. He explains who he turns complex data sets (like worldwide military spending, media buzz, Facebook status updates) into beautiful, simple diagrams that tease out unseen patterns and connections.&#x20;

{% embed url="<https://www.ted.com/talks/david_mccandless_the_beauty_of_data_visualization?language=en>" %}
The Beauty of Data Visualization by David McCandless
{% endembed %}


---

# 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://bcds.gitbook.io/handbook/digital-scholarship-methods/data/what-is-data-visualization.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.
