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.4.tar.gz
(7.8 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.4.tar.gz.
File metadata
- Download URL: iragca-0.2.4.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
784ad4eafa381cb5b55b7faaa85b0a2c51e14ddb004d4b94abcd3976ca945199
|
|
| MD5 |
38af6ec8226f3f5bf3419044d6637683
|
|
| BLAKE2b-256 |
26e6b9d6188c99a4749327845746a2b79efbd0873e7c59363ab11e112ac1a8fd
|
File details
Details for the file iragca-0.2.4-py3-none-any.whl.
File metadata
- Download URL: iragca-0.2.4-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82cf31605e5caacc7ea83c385c0eeb4d65a4f28847c256bbd7e71b10542c2781
|
|
| MD5 |
104160097ff32f5f9d7e4b2030820450
|
|
| BLAKE2b-256 |
291df499847c3dbe8a4f9246d07978a9591d7ecab815f7cb01af3a5cd03ac134
|