Browse Source

Merge branch 'hotfix/1.0.1.4'

main 1.0.1.4
Bill Ladwig 8 years ago
parent
commit
2416d899a5
  1. 2
      doc/source/plot.rst

2
doc/source/plot.rst

@ -40,7 +40,7 @@ Plotting a Two-dimensional Field @@ -40,7 +40,7 @@ Plotting a Two-dimensional Field
import cartopy.crs as crs
from cartopy.feature import NaturalEarthFeature
from wrf import to_np, getvar, smooth2d, get_cartopy, cartopy_xlim, cartopy_ylim
from wrf import to_np, getvar, smooth2d, get_cartopy, cartopy_xlim, cartopy_ylim, latlon_coords
# Open the NetCDF file
ncfile = Dataset("wrfout_d01_2016-10-07_00_00_00")

Loading…
Cancel
Save