sighh
This commit is contained in:
Binary file not shown.
@@ -1418,11 +1418,11 @@ class GraphGenerator:
|
||||
import textwrap
|
||||
|
||||
# Optimal sizing for HR Zones table (5 columns, 8 rows)
|
||||
fig, ax = plt.subplots(figsize=(18, 12))
|
||||
fig, ax = plt.subplots(figsize=(14, 8))
|
||||
ax.axis("off")
|
||||
|
||||
# Column widths - slightly wider for first column which has longer text
|
||||
col_widths = [0.24, 0.19, 0.19, 0.19, 0.19]
|
||||
# col_widths = [0.24, 0.19, 0.19, 0.19, 0.19]
|
||||
|
||||
# Wrap text in cells for better readability
|
||||
wrapped_data = []
|
||||
@@ -1443,7 +1443,7 @@ class GraphGenerator:
|
||||
cellLoc="center",
|
||||
loc="center",
|
||||
colColours=["#4dd0e1"] * len(columns),
|
||||
colWidths=col_widths,
|
||||
# colWidths=col_widths,
|
||||
)
|
||||
|
||||
# Style the table
|
||||
|
||||
Reference in New Issue
Block a user