Spaces:
Runtime error
Runtime error
Commit ·
0f6b9c2
1
Parent(s): e8ae966
fixed orientation
Browse files
app.py
CHANGED
|
@@ -73,11 +73,12 @@ class BinPacking:
|
|
| 73 |
margin=dict(
|
| 74 |
l=50,
|
| 75 |
r=50,
|
| 76 |
-
b=
|
| 77 |
-
t=
|
| 78 |
pad=4
|
| 79 |
),
|
| 80 |
paper_bgcolor="LightSteelBlue",
|
|
|
|
| 81 |
)
|
| 82 |
if self.pgrp == None or len(self.pgrp) == 0:
|
| 83 |
return fig
|
|
|
|
| 73 |
margin=dict(
|
| 74 |
l=50,
|
| 75 |
r=50,
|
| 76 |
+
b=50,
|
| 77 |
+
t=50,
|
| 78 |
pad=4
|
| 79 |
),
|
| 80 |
paper_bgcolor="LightSteelBlue",
|
| 81 |
+
showlegend=False,
|
| 82 |
)
|
| 83 |
if self.pgrp == None or len(self.pgrp) == 0:
|
| 84 |
return fig
|