WISPO-POP / PowerPlots.jl

Functions plot PowerModels networks
BSD 3-Clause "New" or "Revised" License
22 stars 2 forks source link

Add code examples to docs examples #32

Closed noahrhodes closed 3 years ago

noahrhodes commented 3 years ago

Required changing colors to arrays. Is there a different change that can make this work?

codecov-io commented 3 years ago

Codecov Report

Merging #32 (b46eb51) into dev (d799206) will increase coverage by 1.88%. The diff coverage is 90.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #32      +/-   ##
==========================================
+ Coverage   82.92%   84.80%   +1.88%     
==========================================
  Files          15       16       +1     
  Lines         527      658     +131     
==========================================
+ Hits          437      558     +121     
- Misses         90      100      +10     
Impacted Files Coverage Δ
src/core/export.jl 100.00% <ø> (ø)
src/core/options.jl 100.00% <ø> (ø)
src/PowerPlots.jl 58.33% <37.50%> (-41.67%) :arrow_down:
src/plots/power_vega.jl 88.63% <86.15%> (+0.99%) :arrow_up:
src/plots/kamada_kawai.jl 94.73% <94.73%> (ø)
src/core/data.jl 70.45% <100.00%> (+9.34%) :arrow_up:
src/core/types.jl 100.00% <100.00%> (+2.43%) :arrow_up:
src/core/utils.jl 96.87% <100.00%> (+0.20%) :arrow_up:
src/layouts/layout_engines.jl 55.55% <100.00%> (ø)
src/plots/networks.jl 64.44% <100.00%> (ø)
... and 3 more

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 d799206...b46eb51. Read the comment docs.