Duval's Triangle Plotter - Python library for generating Duval's Triangle plots
Project description
Duval's Triangle Plotter
Duval's Triangle Plotter is a Python library for generating Duval's Triangle plots, which are commonly used in Dissolved Gas Analysis (DGA) for monitoring power transformers.
Introduction
Duval's Triangle is a graphical representation used in DGA to analyze the concentration levels of different gases, such as methane, acetylene, and ethylene, dissolved in transformer oil. This project provides a Python library that allows users to easily create Duval's Triangle plots for their DGA data.
Features
- Generate Duval's Triangle plots with customizable configurations.
- Plot various regions on Duval's Triangle, such as PD (Partial Discharges), D1, D2, DT, T1, T2, and T3.
- Customize layout, colors, and symbols for better visualization.
Getting Started
Installation
pip install duvals-triangle-plotter
Usage
import duvals_triangle_plotter as dtp
duval_points = [
dtp.get_duval_points_traces([0.09], [0.0], [0.91], "2000-08-16")
]
dtp.get_duvals_triangle_plot(duval_points, show_plot=True)
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
Built Distribution
Close
Hashes for duvals_triangle_plotter-1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d4e3f7511929d2fd99aaac410a3ae8f606b83cde7d179b0c93f18018c340fa1 |
|
MD5 | a16be6f8018228cb3ea8be3bbc653056 |
|
BLAKE2b-256 | d18988b9e9456ef8e549c97941c7e362191918d0b90f674a42d7df06375a5335 |
Close
Hashes for duvals_triangle_plotter-1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ded347f2ee0d2beead712c6a3e5d78d621a92244e348205b0ea1da2488d35850 |
|
MD5 | 2a24f48b5536b349963e654b377fb92b |
|
BLAKE2b-256 | 5cadffc1adf9b8f38874e55619034fbc1fcc35e8132db4f546b56df7540ac9cb |