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.3.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.3.tar.gz.
File metadata
- Download URL: iragca-0.2.3.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 |
62a9cbfa14dd3ab736743e660487196dca55be1965ad8a260b1e439f43b66aba
|
|
| MD5 |
ce90c4b49a27d3bb5786b1f3cea1fdfe
|
|
| BLAKE2b-256 |
5721a0310d3a999b78f2a156138caa303ceba50852af6f923bf276cec6de8cee
|
File details
Details for the file iragca-0.2.3-py3-none-any.whl.
File metadata
- Download URL: iragca-0.2.3-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 |
199a1bedcd66e04c989e0bb212ff273c6c07772a85000b4422b5c04752382430
|
|
| MD5 |
efec306097c24390c827b7edb40b76a7
|
|
| BLAKE2b-256 |
05f77e883c292eb90e3a99e11af85c4e53006a247cd0fc663855760f890f8d31
|