Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Additional plot methods #100

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

WIP: Additional plot methods #100

wants to merge 3 commits into from

Conversation

noahrhodes
Copy link
Member

Add heatmap plot
power_heatmap(data_mn, :branch, :br_status; title="Branch Status")
image

Add method to plot component parameter as series in single networks
power_param(data, :gen, "pg")
image

Plot method over nwids for multi-network
power_param(data_mn, :gen, "pg", plot_type=:line)
image

Allow for aggregation of parameter value
power_param(data_mn, :gen, "pg"; plot_type=:line, aggregate="mean")
image

@codecov-commenter
Copy link

codecov-commenter commented May 24, 2022

Codecov Report

Merging #100 (047af58) into master (62c3038) will decrease coverage by 3.84%.
The diff coverage is 21.21%.

@@            Coverage Diff             @@
##           master     #100      +/-   ##
==========================================
- Coverage   93.90%   90.05%   -3.85%     
==========================================
  Files          14       14              
  Lines         705      724      +19     
==========================================
- Hits          662      652      -10     
- Misses         43       72      +29     
Impacted Files Coverage Δ
src/PowerPlots.jl 100.00% <ø> (ø)
src/plots/plot_series.jl 21.21% <21.21%> (ø)
src/core/configuration.jl 77.77% <0.00%> (-11.12%) ⬇️
src/core/utils.jl 86.66% <0.00%> (-7.93%) ⬇️
src/core/export.jl

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 62c3038...047af58. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants