Metadata-Version: 2.4
Name: kaxe
Version: 1.2.5
Summary: A small graphing tool for functions, points, equations and more
Author-email: Valter Yde Daugberg <valteryde@hotmail.com>
Project-URL: Homepage, https://github.com/valteryde/kaxe
Project-URL: Issues, https://github.com/valteryde/kaxe/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pillow
Requires-Dist: fondi
Requires-Dist: sympy
Requires-Dist: scipy
Requires-Dist: openpyxl
Requires-Dist: tqdm
Requires-Dist: numba
Dynamic: license-file


# Kaxe

![BoxPlot](logo.png)

Kaxe is an lightweight graphing tools for functions, equations, points and more written in pure python. Kaxe supports various plotting windows and charts.

Kaxe documentation can be found [here](https://kaxe.readthedocs.io/en/latest/)

## Goals

Kaxe was made to create pretty, simple and easy graphs to be used along side articels, repports and other Acedima made in LaTeX. The goals for Kaxe then became

* Create pretty plots thats fit into the astectic of LaTeX
* A very simple object oriented interface

To get started visit [the getting started section](https://kaxe.readthedocs.io/en/latest/pages/start.html)


## Examples of plots
![BoxPlot](tests/images/boxed.png)
![Polar plot](tests/images/polar.png)
![PrettyPlot3D2](tests/images/3d-function-pretty-2.png)
![Contour grid](tests/images/contourgrid.png)
![Contour same](tests/images/contour3d.png)
![AllLegends](tests/images/vectorimagearrow3d.png)
![Functions](tests/images/function.png)
![Points](tests/images/labels.png)
![Equations](tests/images/equation.png)
![Globallight](tests/images/lightfunction3d.png)
