Skip to content

Commit 712ba71

Browse files
fix(letsplot): address review feedback for heatmap-cohort-retention
Attempt 2/3 - fixes based on AI review
1 parent 282d42a commit 712ba71

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • plots/heatmap-cohort-retention/implementations

plots/heatmap-cohort-retention/implementations/letsplot.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" pyplots.ai
1+
"""pyplots.ai
22
heatmap-cohort-retention: Cohort Retention Heatmap
33
Library: letsplot 4.9.0 | Python 3.14.3
44
Quality: 89/100 | Created: 2026-03-16
@@ -103,13 +103,13 @@
103103
plot_title=element_text(size=24, face="bold"),
104104
plot_subtitle=element_text(size=16, color="#555555"),
105105
axis_title=element_text(size=20),
106-
axis_text_x=element_text(size=15),
107-
axis_text_y=element_text(size=14),
106+
axis_text_x=element_text(size=16),
107+
axis_text_y=element_text(size=16),
108108
legend_title=element_text(size=18),
109109
legend_text=element_text(size=14),
110110
panel_grid=element_blank(),
111111
)
112-
+ ggsize(1600, 900)
112+
+ ggsize(1200, 1200)
113113
)
114114

115115
# Save

0 commit comments

Comments
 (0)