Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Nov 17, 2020
1 parent 80fbab4 commit 4885c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hvplot/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ def method_wrapper(ds, x, y):
style = {}
if self.datashade:
operation = datashade
if 'cmap' in opts:
if 'cmap' in opts and not 'color_key' in opts:
opts['color_key'] = opts['cmap']
eltype = 'RGB'
else:
Expand Down

0 comments on commit 4885c9c

Please sign in to comment.