diff --git a/holoviews/plotting/plotly/__init__.py b/holoviews/plotting/plotly/__init__.py index b31b12f22c..f45bbf5c86 100644 --- a/holoviews/plotting/plotly/__init__.py +++ b/holoviews/plotting/plotly/__init__.py @@ -106,3 +106,7 @@ options.Raster = Options('style', cmap=dflt_cmap) options.QuadMesh = Options('style', cmap=dflt_cmap) options.HeatMap = Options('style', cmap='RdBu_r') + +# 3D +options.Scatter3D = Options('style', color=Cycle(), size=6) +