> For the complete documentation index, see [llms.txt](https://vikram-bajaj.gitbook.io/cs-gy-6313-information-visualization/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vikram-bajaj.gitbook.io/cs-gy-6313-information-visualization/interaction-and-multiple-views/view-types/multiple-linked-views-methods.md).

# Multiple (Linked) Views Methods

As discussed earlier, in multiple view methods, the interaction propagates across views.

The following are some reasons to use multiple linked views:

* they let us visualize different properties of the same data simultaneously
* we can use one view to navigate, select, filter information in the other view

The views can contain **different information** or **different representation** (or combinations of these i.e. same info - same representation, same info - different representation, different info - same representation, different info - different representation).

**Showing Different Information**

* one view contains a **subset** of the items in the other
* one view contains different **attributes** than the other
* the **granularity** of the views is different
* the **transformations** in the views are different

**Using Different Representations**

Views can use different representations for the same data, for example, one view can use a graphical representation while another view can use a tabular representation.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/interaction-and-multiple-views/view-types/multiple-linked-views-methods.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.
