diff options
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 | ||
