Skip to main content

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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

iragca-0.0.1-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

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

Hashes for iragca-0.0.1.tar.gz
Algorithm Hash digest
SHA256 b16bc76ae46010890c3bcf60ac5cd26419160ea460ac82345d5093ff95284202
MD5 27ea63f2b30835df061d7d69bbf97b0a
BLAKE2b-256 359290978a0256ceca1e41dea1b66ff84f7c166be64d43611d56113fd7136e8f

See more details on using hashes here.

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

Hashes for iragca-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 cec45ddc8799e8b5c04998eff381cb06dadb3d540c71b4c8c8323f26890752b2
MD5 46b78a3ea201c43bfc5f8b2d89b44819
BLAKE2b-256 eb1892bfec73d169ce9656a3e8c651ea7634d726b409e90312fbdf131d295297

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page