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.2.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.2.tar.gz.
File metadata
- Download URL: iragca-0.0.2.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 |
ec6fe4a1f761c868b6057f51bc1709884816d873930153fbc7b76f6ea274dc22
|
|
| MD5 |
d97b3aa92c471e0ca3a60b7b3ed446a6
|
|
| BLAKE2b-256 |
644b300593727b79664eed9102f8457b89247ec13e2ebb45819c9ea0018d48a6
|
File details
Details for the file iragca-0.0.2-py3-none-any.whl.
File metadata
- Download URL: iragca-0.0.2-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 |
5dda04cf1003af3008bfc0903baba719f4db64629af57ff46881403e42c53ec0
|
|
| MD5 |
c13fa682c843268e370be49939664780
|
|
| BLAKE2b-256 |
bce57c2fbca50d16b27e0dd539fafd06d85c1c61e93f04996aa57e63662dd846
|