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.0.tar.gz
(7.6 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.0.tar.gz.
File metadata
- Download URL: iragca-0.2.0.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9528682928da50a1e981cf96ab9761b34f7cba4c055106c0c547212ddc5a7c66
|
|
| MD5 |
1af598926cbcd1785a6b197c28fc6577
|
|
| BLAKE2b-256 |
2de85e0d4356d4245e7386044710eb47e72d3bb94577c9b666b46d5ce68f76ee
|
File details
Details for the file iragca-0.2.0-py3-none-any.whl.
File metadata
- Download URL: iragca-0.2.0-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 |
f4057f29cac74c62eebbdc5dba27fa49c8b918872308fc7c20e882463cddc638
|
|
| MD5 |
4bce1311aa24b343b315c9bb2f18f00d
|
|
| BLAKE2b-256 |
46bbcaf093f08b91f08411c3f63055ade3516bc2accf841cc122c1762602c207
|