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.6.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.6.tar.gz.
File metadata
- Download URL: iragca-0.2.6.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 |
1ec71574d619220c3929dedb2f964d72241340d8d5b62ede71d564b48b3aa48b
|
|
| MD5 |
cb7cbc5e6d84aa81519ffcffcaf50379
|
|
| BLAKE2b-256 |
f67b59e27bdd69755e98d7184bb9649871e97e9c6117a9e59efc689a71994492
|
File details
Details for the file iragca-0.2.6-py3-none-any.whl.
File metadata
- Download URL: iragca-0.2.6-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebb6e5817887e017e1c03d30812d04ff57109b67aebf53cb05122c3b2d27aa6a
|
|
| MD5 |
7a8503fce46671406482689b9d63a4c1
|
|
| BLAKE2b-256 |
9faf978056b5a07c656444ee0656bc8822ec6744ba6e8235ab7fe2b89de74e99
|