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.2.tar.gz
(7.7 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.2.tar.gz.
File metadata
- Download URL: iragca-0.2.2.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffbbc4c006b9d5235c1cce08b61293ebe1257e6db96c226b9eaf2894c0710394
|
|
| MD5 |
6bd8bccda61f81447202b2b57a5e8024
|
|
| BLAKE2b-256 |
de4eb8812ada021336798cbb0615ea04101bb1ec2dd8fcae782caeb34da937ae
|
File details
Details for the file iragca-0.2.2-py3-none-any.whl.
File metadata
- Download URL: iragca-0.2.2-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7186216c88e14e3bc19a00f131c5ac980a196ce47056802f1f03364be7f89d0f
|
|
| MD5 |
16210d1d137cbd0e753d8c7d46cb0e63
|
|
| BLAKE2b-256 |
5f5966a3ca5ac8f8878aa116ef014e1610e5609867c6ebd6ad6b6e74bc22b3cc
|