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.8.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.8.tar.gz.
File metadata
- Download URL: iragca-0.2.8.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 |
1ab8104bc9d2a4661b30fabb35bfbd2412237c60658b9aa5bc0f89742173ae01
|
|
| MD5 |
3164b808e2dfdeaf82cc4a7415b63655
|
|
| BLAKE2b-256 |
65ab3fe926d239e147ed618f543efceccb45b58d4b40bcda10eb44a15cd7f5b3
|
File details
Details for the file iragca-0.2.8-py3-none-any.whl.
File metadata
- Download URL: iragca-0.2.8-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 |
00a7396e2d7e21cb1536c759b1e5655d99325573b02ab1c797ac1de9a28e83ac
|
|
| MD5 |
d9489e1f4d36c492a61dda46e2b7688c
|
|
| BLAKE2b-256 |
3e813e8ee20425a52b3c36e7558164fafb97bbac19abb0c0f34ccafe762352b6
|