# Clutter Reduction

Clutter (caused by too many edges crossing over each other) is a common problem in node-link diagrams.

The following are a few clutter reduction techniques:

* **Edge Bundling**\
  ![](/files/-M5-0Tvc0ApsOyvt7ZB2)
* **Clustering**\
  ![](/files/-M5-0TvftPxZapCZKJ67)
* **Drawing Edges on Demand (or) Removing the Edges**\
  ![](/files/-M5-0Tvh7iakpQC04mka)\
  The edges in the above visualization appear on hovering over a node
* **Aggregation/Simplification**\
  ![](/files/-M5-0TvjkOJ3QOzNo38D)The technique above shows **Motif Simplification**. The idea is to aggregate together nodes and edges that can be simplified.


---

# 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/networks-and-trees/visualizing-network-data/node-link-diagrams/clutter-reduction.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.
