aboutsummaryrefslogtreecommitdiff
path: root/content/notes
diff options
context:
space:
mode:
Diffstat (limited to 'content/notes')
-rw-r--r--content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md1
1 files changed, 1 insertions, 0 deletions
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")
45 45
46# Settings 46# Settings
47plt.title("Connect median NLB vs ALB") 47plt.title("Connect median NLB vs ALB")
48plt.tight_layout(pad=2)
48fig = plt.gcf() 49fig = plt.gcf()
49fig.set_size_inches(10, 4) 50fig.set_size_inches(10, 4)
50 51