A few plot labels could be fixed:
- In
output_plots.plot_aggregates, the pct_diff is used, but the variables are interest rates, percentage point differences are plotted, but the label still reads "Pct. change". It should read "Percentage point change" (or similar).
- When interest rates are plotted in levels with
output_plots.plot_aggregates, the y-axis label should read "Rate" (rather than "Model units" as it currently does).
- In
output_plots.plot_gdp_ratio, the label is "Percent of GDP" even if the plot_type is pct_diff. With pct_diff the label should be "Percentage points of GDP" (or similar).
A few plot labels could be fixed:
output_plots.plot_aggregates, thepct_diffis used, but the variables are interest rates, percentage point differences are plotted, but the label still reads "Pct. change". It should read "Percentage point change" (or similar).output_plots.plot_aggregates, the y-axis label should read "Rate" (rather than "Model units" as it currently does).output_plots.plot_gdp_ratio, the label is "Percent of GDP" even if theplot_typeispct_diff. Withpct_diffthe label should be "Percentage points of GDP" (or similar).