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.9.tar.gz
(8.0 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.9.tar.gz.
File metadata
- Download URL: iragca-0.2.9.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd5b9fb33da451e4ec2ade126bedd65fc057142d0b1fc98d241bac4171539e3f
|
|
| MD5 |
00e6abdb0a7d5c6bbc1008e3824312a9
|
|
| BLAKE2b-256 |
d260080f7cbb2c504d62d35ad7f2de99932466a23052ed34de84069e9dba5fba
|
File details
Details for the file iragca-0.2.9-py3-none-any.whl.
File metadata
- Download URL: iragca-0.2.9-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15195aa428397f98a3af64ca0c1d7cdf025d8a17fce5f6e52bd3d5e001c812ed
|
|
| MD5 |
3400f249c9498277c043dad6a448ee8e
|
|
| BLAKE2b-256 |
c9c56a6528bece9f263be969622d7deb08e680aab685cf758c36ab0cd675ec90
|