From c299b1de5d7d4f9fdd3ccab0580f7eb980dfc177 Mon Sep 17 00:00:00 2001 From: mmcky Date: Fri, 16 Feb 2024 11:55:18 +1100 Subject: [PATCH] clean up old scale --- lectures/inflation_history.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/lectures/inflation_history.md b/lectures/inflation_history.md index 322ec02e..24cd6527 100644 --- a/lectures/inflation_history.md +++ b/lectures/inflation_history.md @@ -501,7 +501,6 @@ mystnb: figure: caption: "Price index and exchange rate (Poland)" name: pi_xrate_poland - scale: 95% --- # splice three price series in different units p_seq1 = df_Pol['Wholesale price index'].copy() @@ -545,7 +544,6 @@ mystnb: figure: caption: "Monthly inflation rate (Poland)" name: inflationrate_poland - scale: 95% --- # plot moving average fig, ax = plt.subplots(dpi=200)