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.1.0.tar.gz (5.5 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.1.0-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

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

Hashes for iragca-0.1.0.tar.gz
Algorithm Hash digest
SHA256 25557d09b113db673d71b23d0f9f366beaecaad31523bee17d9160d508cf248f
MD5 bedc6e4ea267a08d89ac96a17322d7d7
BLAKE2b-256 94883faaa38ca464672d649e05e2b5734bab4692211c1154782a3f0e9aa99a05

See more details on using hashes here.

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

Hashes for iragca-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 adebac56083bba826ef7c48b12a95e9ca0c43daeb61265e74c3fbdd97c6f90ba
MD5 258d70bec09459e58cadc032f2f927c9
BLAKE2b-256 55edc9dc9360becb0b8b5c9da4ec6371b862f9c07006dbd7bf3f0d91a73e369a

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