We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b204f commit 548c70aCopy full SHA for 548c70a
create_alpha_patchwork.py
@@ -163,9 +163,6 @@ def create_patchwork(
163
# Calculate patchwork dimensions
164
patchwork_rows = (len(alpha_grids) + patchwork_cols - 1) // patchwork_cols
165
166
- # Get dimensions of a single grid
167
- grid_width, grid_height = alpha_grids[0].size
168
-
169
# Create final patchwork with matplotlib for better control and labels
170
fig_width = patchwork_cols * 4
171
fig_height = patchwork_rows * 4
0 commit comments