Spaces:
Running
Running
Yuxuan-Zhang-Dexter
commited on
Commit
·
549c8d4
1
Parent(s):
5adcfdd
add space for group bar chart
Browse files- data_visualization.py +1 -1
data_visualization.py
CHANGED
@@ -419,7 +419,7 @@ def create_group_bar_chart(df):
|
|
419 |
|
420 |
# Adjust the subplot parameters
|
421 |
plt.subplots_adjust(top=0.90, # Add more space at the top
|
422 |
-
bottom=0.
|
423 |
right=0.70, # Reduced from 0.75 to 0.70 to make more space for legend
|
424 |
left=0.05) # Add space on the left
|
425 |
|
|
|
419 |
|
420 |
# Adjust the subplot parameters
|
421 |
plt.subplots_adjust(top=0.90, # Add more space at the top
|
422 |
+
bottom=0.25, # Increased from 0.15 to 0.25 to add more space at the bottom
|
423 |
right=0.70, # Reduced from 0.75 to 0.70 to make more space for legend
|
424 |
left=0.05) # Add space on the left
|
425 |
|