# ReverieVis

## Overview

> ReverieVis is a python package built on top of matplotlib to make visualization easier.
>
> With ReverieVis, create a radar plot and other graph with beautiful visualization results and customize visualization at will. Creating visualization is now easier without the need to create long codes with ReverieVis.

## Radar Plot Overview

{% content-ref url="/pages/zdPKMXzexLa0lbreBvAg" %}
[What is Radar Plot ?](/docs/radar-plot-overview/what-is-radar-plot.md)
{% endcontent-ref %}

{% content-ref url="/pages/jgNg7pxOdN89Ii2T4wwM" %}
[When to use Radar Plot ?](/docs/radar-plot-overview/when-to-use-radar-plot.md)
{% endcontent-ref %}

{% content-ref url="/pages/G0YIXBgoHDOJZXkmHXF3" %}
[What features do we have ?](/docs/radar-plot-overview/what-features-do-we-have.md)
{% endcontent-ref %}

## Get Started

We've put together some helpful guides for you to get setup with Radarplot quickly and easily.

{% content-ref url="/pages/PTnP8BirXfUFBWIoDatB" %}
[Installation](/docs/get-started/installation.md)
{% endcontent-ref %}

{% content-ref url="/pages/6NYKKp9U8PsE0oIEiBPt" %}
[QuickStart](/docs/get-started/quickstart.md)
{% endcontent-ref %}

{% content-ref url="/pages/XVhCSHfJj7wC3nsOlxya" %}
[Examples](/docs/get-started/examples.md)
{% endcontent-ref %}

{% content-ref url="/pages/ytNudfjjHpB9JBVgwoIt" %}
[Functions](/docs/get-started/functions.md)
{% endcontent-ref %}

## Support this Project

#### :star: Star Radarplot on Github

Give us a star on our [GitHub repository](https://github.com/ragilhadi/radarplot) (click the star button on the top right corner)


---

# 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://reverie-vis.gitbook.io/docs/reverievis.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.
