Skip to content

Commit

Permalink
fix3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldorman committed Oct 8, 2023
1 parent 2bfb6f2 commit d28728c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 05-raster-vector.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -952,9 +952,9 @@ rasterio.plot.show(src_dem, ax=ax)
contours1.plot(ax=ax, edgecolor='black');
# Using 'osgeo.gdal.ContourGenerate'
fig, ax = plt.subplots()
rasterio.plot.show(src_dem, ax=ax)
contours2.plot(ax=ax, edgecolor='black');
# fig, ax = plt.subplots()
# rasterio.plot.show(src_dem, ax=ax)
# contours2.plot(ax=ax, edgecolor='black');
```

## Distance to nearest geometry {#sec-distance-to-nearest-geometry}
Expand Down

0 comments on commit d28728c

Please sign in to comment.