Tools for the analysis and visualization of PowerModels data and results.
BETA / IN ACTIVE DEVELOPMENT: Features will change quickly and without warning
To use the plot_network
function for example, one must load a network case, e.g. using parse_file
in PowerModels or PowerModelsDistribution, and then
using PowerModelsAnalytics
plot_network(network_case)
should plot the network using the currently enabled backend, or e.g.
plot_network(network_case; filename="network.pdf")
will save a network plot to a file using Vega.jl.
This package relies on Vega.jl for plotting. See the Vega Documentation for additional information about how to build new Specifications.
This code is provided under a BSD license as part of the Multi-Infrastructure Control and Optimization Toolkit (MICOT) project, C15024.