diff --git a/ogcore/output_plots.py b/ogcore/output_plots.py index adea5a747..191a494d0 100644 --- a/ogcore/output_plots.py +++ b/ogcore/output_plots.py @@ -22,7 +22,7 @@ def plot_aggregates( reform_params=None, var_list=["Y", "C", "K", "L"], plot_type="pct_diff", - stationarized=True, + stationarized=False, num_years_to_plot=50, start_year=DEFAULT_START_YEAR, forecast_data=None, @@ -188,7 +188,7 @@ def plot_industry_aggregates( var_list=["Y_m"], ind_names_list=None, plot_type="pct_diff", - stationarized=True, + stationarized=False, num_years_to_plot=50, start_year=DEFAULT_START_YEAR, forecast_data=None,