Skip to content

WISPO-POP/PowerPlots.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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