modflowpy / flopy

A Python package to create, run, and post-process MODFLOW-based models.
https://flopy.readthedocs.io
Other
517 stars 313 forks source link

Bugs in plotting shape files #94

Closed flydream0428 closed 8 years ago

flydream0428 commented 8 years ago

In the notebook for maps (http://nbviewer.jupyter.org/github/modflowpy/flopy/blob/master/examples/Notebooks/flopy3_MapExample.ipynb), there is a bug in In [21]. facecolors should be changed to facecolor in the following line.

patch_collection = modelmap.plot_shapefile(shp, #facecolors='none', edgecolors='green', linewidths=2, alpha=0.5)

langevin-usgs commented 8 years ago

Fixed these errors in the notebook. Thanks.