From 6f611e63df144185b770c5c14d9bc103cce4cd42 Mon Sep 17 00:00:00 2001 From: Achim Randelhoff <38992106+poplarShift@users.noreply.github.com> Date: Tue, 9 Jul 2019 09:55:29 -0400 Subject: [PATCH] enable cmap in mpl HexTiles (#3803) --- holoviews/plotting/mpl/hex_tiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/holoviews/plotting/mpl/hex_tiles.py b/holoviews/plotting/mpl/hex_tiles.py index f12e22a589..9f5752cb4a 100644 --- a/holoviews/plotting/mpl/hex_tiles.py +++ b/holoviews/plotting/mpl/hex_tiles.py @@ -29,7 +29,7 @@ class HexTilesPlot(ColorbarPlot): The display threshold before a bin is shown, by default bins with a count of less than 1 are hidden.""") - style_opts = ['edgecolors', 'alpha', 'linewidths', 'marginals'] + style_opts = ['cmap', 'edgecolors', 'alpha', 'linewidths', 'marginals'] _nonvectorized_styles = style_opts