The sweetest corner plot package around.
Project description
cantuccio: yet another corner plot library
can·tuc·cio | /kan'tutːʃo/ noun [masculine]
- an Italian biscuit from Tuscany.
- corner, nook.
cantuccio is a Python library for creating corner plots, automatically handling the layout and size of labels, ticks, and legends. It is designed to be flexible and easy to use, allowing users to create publication-quality corner plots with minimal code. When dealing with large datasets, cantuccio can utilize the KDEpy package for faster KDE estimation.
Visual choices are inspired by many of the existing corner plot libraries, with particular credit to corner, chainconsumer, cornetto, and makecorner.
Installation
You can install cantuccio using pip:
This project is managed by uv. To set up the development environment, install uv if needed:
curl -LsSf https://astral.sh/uv/install.sh | sh
Then, clone the repository and install the package in editable mode:
git clone https://github.com/asantini29/cantuccio
cd cantuccio
uv sync
uv run pip install -e .
Alternatively, you can install the latest version directly from PyPI:
pip install cantuccio
Example
Here is a simple example of how to use cantuccio to create a corner plot:
import numpy as np
import cantuccio as ct
# Generate some random data
data = np.random.randn(1000, 3)
labels = ['x', 'y', 'z']
data_dict = {label: data[:, i] for i, label in enumerate(labels)}
# Create a corner plot
fig, axs = ct.cornerplot(data_dict)
fig.show()
AI Statement
This project made use of generative AI. All the outputs have been reviewed and edited to ensure quality and consistency.
License
This project is licensed under the MIT License - see the LICENSE file for details.
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 cantuccio-0.2.0.tar.gz.
File metadata
- Download URL: cantuccio-0.2.0.tar.gz
- Upload date:
- Size: 18.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9422e61fc62f8435f5d17312324e43c97aa02743e580e740beceb17226f7af80
|
|
| MD5 |
fb927a3eb011eb78bc5e460ac3640676
|
|
| BLAKE2b-256 |
8a6d7bba55a5cd0e360671643ef858edbe51df3cc32ed81dff5fc9780487bf5c
|
File details
Details for the file cantuccio-0.2.0-py3-none-any.whl.
File metadata
- Download URL: cantuccio-0.2.0-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cad223dcd701ce0da55eef858880f60107a3b6ad7cde17e2def071bcfb617726
|
|
| MD5 |
5b34977291c3d90dadb2200df10e5185
|
|
| BLAKE2b-256 |
7310ad08675b36816ac447dba5ed414ee52243b01dcba09b77660cd6c635f12d
|