diff --git a/doc/source/plot.rst b/doc/source/plot.rst index 139d763..6c572e0 100644 --- a/doc/source/plot.rst +++ b/doc/source/plot.rst @@ -766,7 +766,7 @@ terrain filled. fig = pyplot.figure(figsize=(8,6)) 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. dbz_rgb = np.array([[4,233,231],