Skip to content

Commit

Permalink
Update holoviews/plotting/mpl/element.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jbednar authored May 26, 2022
1 parent 3669c2b commit f058770
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion holoviews/plotting/mpl/element.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.""")
Expand Down

0 comments on commit f058770

Please sign in to comment.