Skip to content

Commit

Permalink
enable cmap in mpl HexTiles (#3803)
Browse files Browse the repository at this point in the history
  • Loading branch information
poplarShift authored and philippjfr committed Jul 9, 2019
1 parent 23ead43 commit 6f611e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/mpl/hex_tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6f611e6

Please sign in to comment.