# ¶ Data Visualization

Data visualization is the graphical representation of data, which researchers use to identify patterns, trends, outliers, etc., and for creating visual evidence to support a scholarly claim. The range of [visualization chart types ](https://app.gitbook.com/@bcds/s/handbook/digital-scholarship-overview/data-visualization/basic-charts)vary considerably, e.g., scatterplot, bar chart, and line graph. The kind you will see in the examples here are timeline, maptree, and network. GIS, a form of data visualization that uses geospatial data, will be discussed in the mapping section. (To learn more about data and data visualization, see [Introduction to Data](https://bcds.gitbook.io/handbook/digital-scholarship-methods/data).)


---

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