Commit cf17f13
Fix tutorial visualizations by removing plt.show() calls
Problem: MyST-NB notebooks weren't displaying matplotlib plots
Cause: plt.show() closes figures before MyST-NB can capture them
Solution: Remove all plt.show() calls - figures auto-display in notebooks
Changes to docs/tutorials/working_with_geometry.md:
- Removed 4 plt.show() calls throughout tutorial
- Plots now render correctly in MyST-NB documentation
- Verified locally: 3 images now display (previously 0)
Generated visualizations:
- Population choropleth map by municipality
- Side-by-side population vs income comparison maps
- Municipal boundary map
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 09afd21 commit cf17f13
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | 132 | | |
134 | 133 | | |
135 | 134 | | |
| |||
167 | 166 | | |
168 | 167 | | |
169 | 168 | | |
170 | | - | |
171 | 169 | | |
172 | 170 | | |
173 | 171 | | |
| |||
228 | 226 | | |
229 | 227 | | |
230 | 228 | | |
231 | | - | |
232 | 229 | | |
233 | 230 | | |
234 | 231 | | |
| |||
238 | 235 | | |
239 | 236 | | |
240 | 237 | | |
241 | | - | |
242 | 238 | | |
243 | 239 | | |
244 | 240 | | |
| |||
0 commit comments