From c38e13f81e15565d30a46ec89f3b7f23f047b149 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Tue, 18 May 2021 21:07:24 +0200 Subject: [PATCH] text-size -> font-size might have changed during the time, but if I try that now, it only accepts `font-size` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 553fbbdc..c60ff26b 100644 --- a/README.md +++ b/README.md @@ -455,10 +455,10 @@ echo "backend: TkAgg" > ~/.matplotlib/matplotlibrc These options are effective in burndown charts only: ``` -labours [--text-size] [--relative] +labours [--font-size] [--relative] ``` -`--text-size` changes the font size, `--relative` activate the stretched burndown layout. +`--font-size` changes the font size, `--relative` activate the stretched burndown layout. ### Custom plotting backend