Skip to content

Repository files navigation

Duval's Triangle Plotter

Python library for generating Duval's Triangle plots — a ternary diagnostic tool used in Dissolved Gas Analysis (DGA) for power transformer condition monitoring.

Installation

pip install duvals-triangle-plotter

Quick Start

import duvals_triangle_plotter as dtp

trace = dtp.get_duval_points_traces(
    [0.09], [0.0], [0.91], "2000-08-16"
)
fig = dtp.get_duvals_triangle_plot([trace], show_plot=True)

Documentation

Full documentation and API reference: nagusubra.github.io/duvals_triangle_plotter

License

MIT

About

No description, website, or topics provided.

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages