A small graphing tool for functions, points, equations and more
Project description
Kaxe
Kaxe is a lightweight, pure-Python plotting library for publication-quality figures in LaTeX documents. Create plots and charts with a simple object-oriented API, style them for A4 pages, and export to PNG or SVG.
Documentation: kaxe.readthedocs.io
Quick example
import kaxe
plt = kaxe.Plot([-5, 5, -5, 5])
plt.add(kaxe.Function2D(lambda x: x**2 - 4))
plt.add(kaxe.Points2D([1, 2, 3], [1, 4, 9]))
plt.theme(kaxe.Themes.A4Medium)
plt.title("$x^2 - 4$")
plt.save("figure.png")
plt.save("figure.svg")
See the getting started guide, recipes, styling guide, and export guide for the full API.
Goals
Kaxe was made to create simple, aesthetic graphs for articles, reports, and other academic work in LaTeX:
- Plots that fit the look of LaTeX documents (Computer Modern math via fondi)
- A straightforward object-oriented interface: create a window, add objects, style, save
Examples of plots
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-1.4.1.tar.gz.
File metadata
- Download URL: kaxe-1.4.1.tar.gz
- Upload date:
- Size: 4.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d8b77176c0b6f16dde104a01bec0cbd49d95525567b36ef24538de9c7cea62d
|
|
| MD5 |
ed4ff525b2fff1e9d83dd24fd0693ff7
|
|
| BLAKE2b-256 |
e77166fa21a1643f4d0ad965296ef16f789a94cd5cf30798dc1325aab71679bb
|
File details
Details for the file kaxe-1.4.1-py3-none-any.whl.
File metadata
- Download URL: kaxe-1.4.1-py3-none-any.whl
- Upload date:
- Size: 4.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10571e2ccdac7cf0d0eb65bd9abe7faa15e5b42bdd6da34737b5d9b73f9ab0e9
|
|
| MD5 |
9e211476e6a9fbe2962a2541f1d94fb7
|
|
| BLAKE2b-256 |
6739f559bf9c1723b454374a56f5fd28a16bb16815084dd4d26a12307a54059b
|