projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85c3ef5
)
barplot
author
pierre
<ratinaud@univ-tlse2.fr>
Sat, 7 Sep 2024 15:13:05 +0000
(17:13 +0200)
committer
pierre
<ratinaud@univ-tlse2.fr>
Sat, 7 Sep 2024 15:13:05 +0000
(17:13 +0200)
dialog.py
patch
|
blob
|
history
diff --git
a/dialog.py
b/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))