Skip to content

Commit

Permalink
Merge pull request #955 from ioam/quadmesh_clims
Browse files Browse the repository at this point in the history
Corrected QuadMesh clim style option to clims
  • Loading branch information
jbednar authored Oct 26, 2016
2 parents 81dc19f + e53c00e commit 7475366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/mpl/raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def get_extents(self, element, ranges):

class QuadMeshPlot(ColorbarPlot):

style_opts = ['alpha', 'cmap', 'clim', 'edgecolors', 'norm', 'shading',
style_opts = ['alpha', 'cmap', 'clims', 'edgecolors', 'norm', 'shading',
'linestyles', 'linewidths', 'hatch', 'visible']

_plot_methods = dict(single='pcolormesh')
Expand Down

0 comments on commit 7475366

Please sign in to comment.