# Ezel

![](https://29846817-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fw6gfR46YgOL1YsdZtqqx%2Fuploads%2FmYNMIVzqSOn2unsTA3ZW%2Flogo.png?alt=media\&token=2689e936-4b4b-4684-928c-16e2533cbb08)

Features

* Fast GPU-accelerated rendering
* Automatic layout
* Built-in Themes
* Configurable finishes for publication: image quality, color space, anti alias

| Version | Issue                                               | Status |
| ------- | --------------------------------------------------- | ------ |
| v0.1.0  | Grid Layout                                         | ★      |
| ​       | Axis                                                | ★      |
| ​       | Cartesian 2D Plane                                  | ★      |
| ​       | Scatter and Line Plot                               | ★      |
| ​       | ​                                                   |        |
| v0.2.0  | Wgpu Renderer                                       | ★      |
| ​       | Render in a window                                  | ★      |
| ​       | ​                                                   |        |
| v0.3.0  | Interactive camera (focus, zoom, panning)           |        |
| ​       | Time Axis                                           |        |
| ​       | Configurable Axis Range                             |        |
| ​       | Legend                                              |        |
| ​       | User Scripting (Rhai, Mun, Lua) in interactive view |        |
| ​       | ​                                                   |        |
| v0.4.0  | Shared Axis                                         |        |
| ​       | Categorical Axis                                    |        |
| ​       | Twin Axis                                           |        |
| ​       | Interaction with Objects                            |        |
| ​       | ​                                                   |        |
| v0.5.0  | Grammar of Graphics Interface                       |        |


---

# 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://ezel.rustic.dev/readme.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.
