My custom scripts
Project description
iragca
My library of custom python scripts and configurations.
Features
- Custom matplotlib plotting styles and colors
- A run logger for logging training runs in Machine/Deep learning pipelines
Installation
To install using pip, run:
pip install iragca
# Only install the matplotlib scripts
pip install iragca[matplotlib]
Quick example
import matplotlib.pyplot as plt
from iragca.matplotlib import Color, Styles
plt.style.use(Styles.CMR10.value)
sample_data = [1, 3, 2, 4, 3, 5]
plt.plot(sample_data, color=Color.BLUE.value)
plt.title("Sample Plot with Custom Style and Color")
plt.xlabel("X-axis")
plt.ylabel("Y-axis")
plt.show()
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
iragca-0.2.7.tar.gz
(7.9 kB
view details)
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 iragca-0.2.7.tar.gz.
File metadata
- Download URL: iragca-0.2.7.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd87495b1e77bf82cd486584f59306077b6bcd65d313c7bb428a96f0edcad60b
|
|
| MD5 |
9de547ef620a220af42b6b22e28bc484
|
|
| BLAKE2b-256 |
107aee128a6e4387cbd1886837e6f67c4668277c3b507e07731aa963ddf5d79a
|
File details
Details for the file iragca-0.2.7-py3-none-any.whl.
File metadata
- Download URL: iragca-0.2.7-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
972f99a8e9ef15d3fcd86306a5ee642c98518ed10928499fb423cf5db517d0fd
|
|
| MD5 |
5e7a1794b04d63ea62c975bd6cd2c80c
|
|
| BLAKE2b-256 |
369186082f541ea1a73cade4733e42fae3bc52594658d97ddf412d10de932225
|