From 057be23acf19acae0683c59b0a346b411a04880a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 5 Aug 2023 13:41:36 +0200 Subject: Cleanup of posts --- content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md | 1 + 1 file changed, 1 insertion(+) (limited to 'content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md') diff --git a/content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md b/content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md index 4a8f4f4..51e85ec 100644 --- a/content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md +++ b/content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md @@ -45,6 +45,7 @@ df = pd.read_csv("data.csv") # Settings plt.title("Connect median NLB vs ALB") +plt.tight_layout(pad=2) fig = plt.gcf() fig.set_size_inches(10, 4) -- cgit v1.2.3