From f0587703ad9ee3af887d7daec1ef00f221d8bbe7 Mon Sep 17 00:00:00 2001 From: "James A. Bednar" Date: Thu, 26 May 2022 10:57:07 -0500 Subject: [PATCH] Update holoviews/plotting/mpl/element.py --- holoviews/plotting/mpl/element.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/holoviews/plotting/mpl/element.py b/holoviews/plotting/mpl/element.py index 28197366d2..ecaf93d3d3 100644 --- a/holoviews/plotting/mpl/element.py +++ b/holoviews/plotting/mpl/element.py @@ -725,7 +725,8 @@ class ColorbarPlot(ElementPlot): limit of the autoranged span so that the values are rendering towards the (more visible) top of the palette, thus avoiding washout of the lower values. Has no effect if - ``cnorm!=`eq_hist``.""") + ``cnorm!=`eq_hist``. Set this value to False if you need to + match historical unscaled behavior, prior to HoloViews 1.14.4.""") symmetric = param.Boolean(default=False, doc=""" Whether to make the colormap symmetric around zero.""")