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.5.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.5.tar.gz.
File metadata
- Download URL: iragca-0.2.5.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 |
fa0e23b0484d168b3c56704fa08d0056d293a142b4f3ba2bbf5f6327857844ff
|
|
| MD5 |
bfc42eef855285480ed49433bf505302
|
|
| BLAKE2b-256 |
028d042f72a59a65d14058c9e238617cf4b11e53d3afc348d27ebf364f4ce49b
|
File details
Details for the file iragca-0.2.5-py3-none-any.whl.
File metadata
- Download URL: iragca-0.2.5-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 |
60f5c9ef47f1a8f4bebf715724c9986b5ed813e282c2410b1ca9782c8d7966f2
|
|
| MD5 |
86f0a3ba64c866978ef957bc8c9598a2
|
|
| BLAKE2b-256 |
85addec510c08d5d313ebe9d385451e7c6c46e2c75fd29c81fa6caf7023dbdf5
|