# Visualization Tools

There are a variety of data visualization tools available, many of them open source, to help you explore existing data visualization or to create your own. Below are a few examples.

### Excel&#x20;

[Excel](https://www.microsoft.com/en-us/microsoft-365/excel) is a powerful tool for getting meaning out of vast amounts of data and offers a library of chart and graph types to help users visualize their spreadsheet data.

### Tableau

[Tableau ](https://www.tableau.com/)is a data visualization and analytics platform that enables users to connect to a variety of data sources and explore the data in a simplified way. The drag and drop interface makes it very easy to visualize and create interactive dashboards without any programming skills. (Browse the Tableau [public gallery](https://public.tableau.com/en-us/s/gallery) to see examples of visuals and dashboards.)

### **Palladio**&#x20;

[Palladio](https://hdlab.stanford.edu/palladio/) is a web-based data visualization tool for analyzing relationships across time and visualize historical or cultural networks.

### Gephi

[Gephi](https://gephi.org/) is free software for visualizing networks. The main website hosts official tutorials and also links to popular community-developed tutorials.

### D3.JS

[*D3*.*js*](https://d3js.org/) is a JavaScript library for producing dynamic, interactive data visualizations in web browsers. It is ideal for people who want to develop some JavaScript Programming skills and offers great power and flexibility.&#x20;


---

# 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/data-projects/visualizaiton-tools.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.
