Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pegacraft committed Jun 17, 2023
1 parent cbbaaed commit 6cd74cc
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,41 @@ Made by Gewi413 and Pegacraffft

## Currently supported graphs

- Scatter Plots
- Scatter plots

- Line Charts
- Graph charts

- Histograms

- Bar charts

- Pie charts

(more to come)

## How to use

A more detailed documentation will follow later. If you still want to use it, see the "main.typ" file for some examples. You can also read the code comments above the functions to get a better understanding of the parameters used in the function.
The documentation is found in the `docs.pdf`. It contains all functions necessary to use this library.
If you need some example code, check out `main.typ`.

## Images

### Scatter plots

![scatter](.\images\scatter.png)

### Graph charts

![graph](.\images\graph.png)

### Histograms

![histogram](.\images\histogram.png)

### Bar charts

![bar](.\images\bar.png)

### Pie charts

![pie](.\images\pie.png)

0 comments on commit 6cd74cc

Please sign in to comment.