Tools for the analysis and visualization of PowerModels data and results.
BETA / IN ACTIVE DEVELOPMENT: Features will change quickly and without warning
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
The Documentation is available here.
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,
- Bryan Luu: bluu@wisc.edu, University of Wisconsin-Madison, plot attribute processing
- Joe Gorka: jgorka@wisc.edu, University of Wisconsin-Madison, modifying network layout algorithms
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