Skip to content

Commit 8fbf9fd

Browse files
committed
(hotfix) removing some added druft from 07 notebook
1 parent c1d37aa commit 8fbf9fd

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

notebooks/part1_flopy/07-stream_capture_voronoi.ipynb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -662,12 +662,6 @@
662662
" cax.set_aspect('equal')\n",
663663
" cax.set_title(f'Gage{gage_num+1} layer {lay_num}')\n",
664664
" plt.colorbar(cb, ax=cax)\n",
665-
" for mnax_idx in [484,487,488]:\n",
666-
" max_x = cells.loc[cells.icell2d == max_idx, 'xc'].values[0]\n",
667-
" max_y = cells.loc[cells.icell2d == max_idx, 'yc'].values[0]\n",
668-
" # Mark the max depletion cell with a red 'X'\n",
669-
" cax.scatter(max_x, max_y, color='red', marker='o', s=100, label='Max Depletion')\n",
670-
"\n",
671665
" cax.axis('off')\n",
672666
" ax_num += 1\n",
673667
" "

0 commit comments

Comments
 (0)