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.1.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.1.tar.gz.
File metadata
- Download URL: iragca-0.2.1.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 |
00d377e074c4a38ef3ea32b615805128c6ff827f5f704cdea236123bd7ac2ba9
|
|
| MD5 |
915683ab127da6103ecc5296fef7cd27
|
|
| BLAKE2b-256 |
5236a313478c3c27916d2b5edd2321366fa4132830b83fb6ea1ae596087bf81f
|
File details
Details for the file iragca-0.2.1-py3-none-any.whl.
File metadata
- Download URL: iragca-0.2.1-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 |
4828693b75822447267f4216fb00027007f71621a2c31dba527c2b0dc7224959
|
|
| MD5 |
87425d4eb328e9e0fd8e162ac4eee9b3
|
|
| BLAKE2b-256 |
9a655a568d83eac78a4fd1b5922a580b7f09c685bbaf2d109ace74aae2f97096
|