@@ -1910,7 +1910,7 @@ def _build_discrete_norm(
19101910 minlength = 2 ,
19111911):
19121912 """
1913- Build a `~proplot.pcolors .DiscreteNorm` or `~proplot.pcolors .BoundaryNorm`
1913+ Build a `~proplot.colors .DiscreteNorm` or `~proplot.colors .BoundaryNorm`
19141914 from the input arguments. This automatically calculates "nice" level
19151915 boundaries if they were not provided.
19161916
@@ -2122,7 +2122,7 @@ def cmap_changer(
21222122):
21232123 """
21242124 Adds several new keyword args and features for specifying the colormap,
2125- levels, and normalizers. Uses the `~proplot.pcolors .DiscreteNorm`
2125+ levels, and normalizers. Uses the `~proplot.colors .DiscreteNorm`
21262126 normalizer to bin data into discrete color levels (see notes).
21272127
21282128 Note
@@ -2139,7 +2139,7 @@ def cmap_changer(
21392139 Passed to `~proplot.constructor.Colormap`.
21402140 norm : normalizer spec, optional
21412141 The colormap normalizer, used to warp data before passing it
2142- to `~proplot.pcolors .DiscreteNorm`. This is passed to the
2142+ to `~proplot.colors .DiscreteNorm`. This is passed to the
21432143 `~proplot.constructor.Norm` constructor.
21442144 norm_kw : dict-like, optional
21452145 Passed to `~proplot.constructor.Norm`.
@@ -2240,11 +2240,11 @@ def cmap_changer(
22402240 standardize_2d
22412241 proplot.constructor.Colormap
22422242 proplot.constructor.Norm
2243- proplot.pcolors .DiscreteNorm
2243+ proplot.colors .DiscreteNorm
22442244
22452245 Note
22462246 ----
2247- The `~proplot.pcolors .DiscreteNorm` normalizer, used with all colormap
2247+ The `~proplot.colors .DiscreteNorm` normalizer, used with all colormap
22482248 plots, makes sure that your levels always span the full range of colors
22492249 in the colormap, whether `extend` is set to ``'min'``, ``'max'``,
22502250 ``'neither'``, or ``'both'``. By default, when `extend` is not ``'both'``,
0 commit comments