PowerPlots.jl

Functions plot PowerModels networks
Author WISPO-POP
Popularity
15 Stars
Updated Last
12 Months Ago
Started In
May 2020

PowerPlots.jl

PowerPlots logo

CI Codecov

Tools for the analysis and visualization of PowerModels data and results.

BETA / IN ACTIVE DEVELOPMENT: Features will change quickly and without warning

Installation

PowerPlots.jl is a registered julia package and can be added with the following command.

Pkg> add PowerPlots

To add the lastest development version of PowerPlots.jl use the command:

Pkg> add https://github.com/WISPO-POP/PowerPlots.jl.git

Documentation

The Documentation is available here.

Acknowledgements

This code has been primarily developed by Noah Rhodes nrhodes@wisc.edu at the University of Wisconsin-Madison with the help of the following contributors,

License

PowerPlots v0.1

The package formerly used the Plots backend, but a major rewrite for v0.2 replaced the backend with VegaLite. To use the previous version with the Plots backend, use:

Pkg> add PowerPlots@0.1

The former documentation is available here