diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-08-05 13:41:36 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-08-05 13:41:36 +0200 |
| commit | 057be23acf19acae0683c59b0a346b411a04880a (patch) | |
| tree | 852fcf2ca92060b2e70401df446b572b7fd8d874 /content/notes | |
| parent | 2f5ea5f4982d6276881c9a3342ed8847ebc7d326 (diff) | |
| download | mitjafelicijan.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.md | 1 |
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 |
| 47 | plt.title("Connect median NLB vs ALB") | 47 | plt.title("Connect median NLB vs ALB") |
| 48 | plt.tight_layout(pad=2) | ||
| 48 | fig = plt.gcf() | 49 | fig = plt.gcf() |
| 49 | fig.set_size_inches(10, 4) | 50 | fig.set_size_inches(10, 4) |
| 50 | 51 | ||
