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')