From fd54da6c80eb53a325942a89f342029a3ec9c57e Mon Sep 17 00:00:00 2001 From: LucaCappelletti94 Date: Tue, 28 Jul 2020 10:04:07 +0200 Subject: [PATCH] Changed default placeholder string --- barplots/barplot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barplots/barplot.py b/barplots/barplot.py index 23c1d53..371751d 100644 --- a/barplots/barplot.py +++ b/barplots/barplot.py @@ -243,7 +243,7 @@ def barplot( ax.text( 0.5, 0.5, "PLACEHOLDER", - fontsize=50, + fontsize=30, alpha=0.75, color="red", rotation=8,