A small graphing tool for functions, points, equations and more
Project description
Kaxe
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
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
Examples of plots
2D Plots
Polar plots
3D Plots
Grids
Preview of Code
To get started create a plot object
import kaxe
plt = kaxe.Plot()
plt.add( ... ) # Object to be added
plt.save("plot.png")
This is all you need for a plot and some objects. To get started visit the getting started section
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kaxe-0.8.8.tar.gz.
File metadata
- Download URL: kaxe-0.8.8.tar.gz
- Upload date:
- Size: 3.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db12734880f91e2c6177140f4bf4b8a820c6037fe34d1c690136d60bf1a7423a
|
|
| MD5 |
23f661911d7030a9fd61cd32e1fa5c51
|
|
| BLAKE2b-256 |
d28ca1e9083646a325c00727c95337533bc423c4642c6d185bd6b8e3d45bf678
|
File details
Details for the file kaxe-0.8.8-py3-none-any.whl.
File metadata
- Download URL: kaxe-0.8.8-py3-none-any.whl
- Upload date:
- Size: 3.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7eb88f1e7a89f2fd38257ffd6173df57197c42410a30508d48160a1aa685efd
|
|
| MD5 |
61173de37270e8ab6a3111a19097d22d
|
|
| BLAKE2b-256 |
5f440cc4ea611504094f950621cb17ad15c094b29d5c2c50092c90a3c3e533bc
|