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.1.0.tar.gz
(5.5 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.1.0.tar.gz.
File metadata
- Download URL: iragca-0.1.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25557d09b113db673d71b23d0f9f366beaecaad31523bee17d9160d508cf248f
|
|
| MD5 |
bedc6e4ea267a08d89ac96a17322d7d7
|
|
| BLAKE2b-256 |
94883faaa38ca464672d649e05e2b5734bab4692211c1154782a3f0e9aa99a05
|
File details
Details for the file iragca-0.1.0-py3-none-any.whl.
File metadata
- Download URL: iragca-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adebac56083bba826ef7c48b12a95e9ca0c43daeb61265e74c3fbdd97c6f90ba
|
|
| MD5 |
258d70bec09459e58cadc032f2f927c9
|
|
| BLAKE2b-256 |
55edc9dc9360becb0b8b5c9da4ec6371b862f9c07006dbd7bf3f0d91a73e369a
|