Skip to content

Commit d1ea753

Browse files
committed
transparent line color for fevd plot
1 parent da9590b commit d1ea753

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/StatsPlotsExt.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2249,6 +2249,7 @@ function plot_conditional_variance_decomposition(𝓂::ℳ;
22492249
p = StatsPlots.plot(ppp,StatsPlots.bar(fill(0,1,length(shocks_to_plot)),
22502250
label = reshape(string.(replace_indices_in_symbol.(shocks_to_plot)),1,length(shocks_to_plot)),
22512251
linewidth = 0 ,
2252+
linecolor = :transparent,
22522253
framestyle = :none,
22532254
legend = :inside,
22542255
legend_columns = legend_columns),
@@ -2276,6 +2277,7 @@ function plot_conditional_variance_decomposition(𝓂::ℳ;
22762277
p = StatsPlots.plot(ppp,StatsPlots.bar(fill(0,1,length(shocks_to_plot)),
22772278
label = reshape(string.(replace_indices_in_symbol.(shocks_to_plot)),1,length(shocks_to_plot)),
22782279
linewidth = 0 ,
2280+
linecolor = :transparent,
22792281
framestyle = :none,
22802282
legend = :inside,
22812283
legend_columns = legend_columns),

0 commit comments

Comments
 (0)