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.4.1.tar.gz
(10.4 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
iragca-0.4.1-py3-none-any.whl
(12.7 kB
view details)
File details
Details for the file iragca-0.4.1.tar.gz.
File metadata
- Download URL: iragca-0.4.1.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5de0579893db6759be2912fdd878542330444f71e2244dbab9c610df1de132ae
|
|
| MD5 |
fab497bbf716ba515b47783f378c2655
|
|
| BLAKE2b-256 |
cfb9b23528f2358406a0071d0fd70e9fe2494e5d2cc26ca660713b153d6c96d7
|
File details
Details for the file iragca-0.4.1-py3-none-any.whl.
File metadata
- Download URL: iragca-0.4.1-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cca4e59384659dd2b0008bc4083882118d24393d126318e6717dab420ea8eeb8
|
|
| MD5 |
6ab64b06e8165f6d4ed82bdd1d25a900
|
|
| BLAKE2b-256 |
36790fe1e0ddba9fda07541f6a22017c25934c8912fb62f9d9afd4f69bd5250d
|