barplot
authorpierre <ratinaud@univ-tlse2.fr>
Sat, 7 Sep 2024 15:13:05 +0000 (17:13 +0200)
committerpierre <ratinaud@univ-tlse2.fr>
Sat, 7 Sep 2024 15:13:05 +0000 (17:13 +0200)
dialog.py

index 4e7fa0d..7c9f816 100755 (executable)
--- 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))