@@ -59,8 +59,8 @@ plot = plot_demand(res)
5959- `bar::Bool` : create bar plot
6060- `nofill::Bool` : force empty area fill
6161- `stair::Bool`: Make a stair plot instead of a stack plot
62- - `filter_func::Function = `[`PowerSystems.get_available`](@extref PowerSystems.get_available-Tuple{Component }): filter components included in plot
63- """
62+ - `filter_func::Function = `[`PowerSystems.get_available`](@extref PowerSystems InfrastructureSystems .get_available-Tuple{RenewableDispatch }): filter components included in plot
63+ """ # ^ temporary workaround for https://github.com/NREL-Sienna/PowerSystems.jl/issues/1598
6464
6565function plot_demand (result:: Union{IS.Results, PSY.System} ; kwargs... )
6666 return plot_demand! (_empty_plot (), result; kwargs... )
@@ -97,7 +97,7 @@ Plots the demand in the system.
9797- `bar::Bool` : create bar plot
9898- `nofill::Bool` : force empty area fill
9999- `stair::Bool`: Make a stair plot instead of a stack plot
100- - `filter_func::Function = `[`PowerSystems.get_available`](@extref PowerSystems.get_available-Tuple{Component }): filter components included in plot
100+ - `filter_func::Function = `[`PowerSystems.get_available`](@extref PowerSystems InfrastructureSystems .get_available-Tuple{RenewableDispatch }): filter components included in plot
101101- `palette` : color palette from [`load_palette`](@ref)
102102"""
103103function plot_demand! (p, result:: Union{IS.Results, PSY.System} ; kwargs... )
@@ -412,7 +412,7 @@ plot = plot_fuel(res)
412412- `bar::Bool` : create bar plot
413413- `nofill::Bool` : force empty area fill
414414- `stair::Bool`: Make a stair plot instead of a stack plot
415- - `filter_func::Function = `[`PowerSystems.get_available`](@extref PowerSystems.get_available-Tuple{Component }): filter components included in plot
415+ - `filter_func::Function = `[`PowerSystems.get_available`](@extref PowerSystems InfrastructureSystems .get_available-Tuple{RenewableDispatch }): filter components included in plot
416416"""
417417function plot_fuel (result:: IS.Results ; kwargs... )
418418 return plot_fuel! (_empty_plot (), result; kwargs... )
@@ -446,7 +446,7 @@ and assigns each fuel type a specific color.
446446- `bar::Bool` : create bar plot
447447- `nofill::Bool` : force empty area fill
448448- `stair::Bool`: Make a stair plot instead of a stack plot
449- - `filter_func::Function = `[`PowerSystems.get_available`](@extref PowerSystems.get_available-Tuple{Component }): filter components included in plot
449+ - `filter_func::Function = `[`PowerSystems.get_available`](@extref PowerSystems InfrastructureSystems .get_available-Tuple{RenewableDispatch }): filter components included in plot
450450- `palette` : Color palette as from [`load_palette`](@ref).
451451"""
452452function plot_fuel! (p, result:: IS.Results ; kwargs... )
0 commit comments