aboutsummaryrefslogtreecommitdiff
path: root/content/notes
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-08-05 13:41:36 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-08-05 13:41:36 +0200
commit057be23acf19acae0683c59b0a346b411a04880a (patch)
tree852fcf2ca92060b2e70401df446b572b7fd8d874 /content/notes
parent2f5ea5f4982d6276881c9a3342ed8847ebc7d326 (diff)
downloadmitjafelicijan.com-057be23acf19acae0683c59b0a346b411a04880a.tar.gz
Cleanup of posts
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