dss-extensions / DSS-Python

Native, "direct" Python bindings (interface) and misc tools for a custom implementation of OpenDSS (EPRI Distribution System Simulator). Based on CFFI, DSS C-API, aiming for full COM API-level compatibility on Windows, Linux and MacOS, while providing various extensions.
https://dss-extensions.org/DSS-Python/
BSD 3-Clause "New" or "Revised" License
60 stars 4 forks source link

Plotting: tests, examples #50

Closed PMeira closed 1 year ago

PMeira commented 1 year ago

The plotting tools are marked as experimental, yet almost complete.

This is a separate ticket to #3 to complement the plotting system with some more features, and add the required tests to ensure we don't break it accidentally.

Examples shall also be added when it's stable enough.

PMeira commented 1 year ago

The new example notebook covers most types of plots and a bit more:

https://github.com/dss-extensions/dss_python/blob/master/docs/examples/Plotting.ipynb (without images)

or

https://dss-extensions.org/dss_python/examples/Plotting/ (with images)