From e53c00eb934913c99d3dd97e7cc9b6c8416ceb04 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Wed, 26 Oct 2016 17:22:24 +0100 Subject: [PATCH] Corrected QuadMesh clim style option to clims --- holoviews/plotting/mpl/raster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/holoviews/plotting/mpl/raster.py b/holoviews/plotting/mpl/raster.py index 5feb3bcf4c..4c52e79817 100644 --- a/holoviews/plotting/mpl/raster.py +++ b/holoviews/plotting/mpl/raster.py @@ -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')