From: pierre Date: Sat, 7 Sep 2024 15:13:05 +0000 (+0200) Subject: barplot X-Git-Url: http://iramuteq.org/git?a=commitdiff_plain;h=2b6e791df4d8c56fcf442a1f835bbb7138c7e29e;p=iramuteq barplot --- diff --git a/dialog.py b/dialog.py index 4e7fa0d..7c9f816 100755 --- a/dialog.py +++ b/dialog.py @@ -3027,6 +3027,8 @@ class BarFrame : height = len(rownames) * 15 if height < 400 : height = 400 + if width < 500 : + width = 500 else : width = 500 height = (35 * len(colnames)) + (15 * len(rownames))