My custom scripts
Project description
iragca
My library of custom python scripts and configurations.
Features
- Custom matplotlib plotting styles and colors
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.0.1.tar.gz
(5.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
File details
Details for the file iragca-0.0.1.tar.gz.
File metadata
- Download URL: iragca-0.0.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b16bc76ae46010890c3bcf60ac5cd26419160ea460ac82345d5093ff95284202
|
|
| MD5 |
27ea63f2b30835df061d7d69bbf97b0a
|
|
| BLAKE2b-256 |
359290978a0256ceca1e41dea1b66ff84f7c166be64d43611d56113fd7136e8f
|
File details
Details for the file iragca-0.0.1-py3-none-any.whl.
File metadata
- Download URL: iragca-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cec45ddc8799e8b5c04998eff381cb06dadb3d540c71b4c8c8323f26890752b2
|
|
| MD5 |
46b78a3ea201c43bfc5f8b2d89b44819
|
|
| BLAKE2b-256 |
eb1892bfec73d169ce9656a3e8c651ea7634d726b409e90312fbdf131d295297
|