PowerGraphics.jl icon indicating copy to clipboard operation
PowerGraphics.jl copied to clipboard

A package to generate visualizations from PowerSimulations.jl results. Part of the Scalable Integrated Infrastructure Planning Initiative at the National Renewable Energy Lab.

Results 14 PowerGraphics.jl issues
Sort by recently updated
recently updated
newest added

When `plot_powerdata!` is called with the default `combine_categories=true`, it uses `PA.combine_categories` to get a single `DataFrame` to pass to `plot_dataframe!`. When `combined_categories=false`, it tries to pass the to `plot_dataframe!` entire...

the PGData struct is an intermediate type. Can we git rid of it and just use something more native to PSI, or Julia?

color matching is not flexible (palette is effectively hardcoded). The following function needs to be revised to improve flexibility: https://github.com/NREL-SIIP/PowerGraphics.jl/blob/master/src/definitions.jl#L66

Need to be able to aggregate (sum) and subset by - [ ] by `AggregationTopology` - [ ] temporal (e.g. by `Day`) - [ ] fuel - [ ] component...

- [ ] net - [ ] average - [ ] utilization factor - [ ] difference between multiple results

- [ ] duration curve - [ ] historgram

It seems that the Makie.jl infrastructure is more mature than the PlotlyJS one. https://makie.juliaplots.org/dev/

question

When plotting with slacks, the slacks at the node level don't appear