Browse Source

Fix typo

lon0
Bill Ladwig 6 years ago
parent
commit
56626b5188
  1. 2
      doc/source/plot.rst

2
doc/source/plot.rst

@ -766,7 +766,7 @@ terrain filled.
fig = pyplot.figure(figsize=(8,6)) fig = pyplot.figure(figsize=(8,6))
ax_cross = pyplot.axes() ax_cross = pyplot.axes()
dbz_levels = np.arange(5., 80., 5.) dbz_levels = np.arange(5., 75., 5.)
# Create the color table found on NWS pages. # Create the color table found on NWS pages.
dbz_rgb = np.array([[4,233,231], dbz_rgb = np.array([[4,233,231],

Loading…
Cancel
Save