Skip to content

Commit

Permalink
Default styles for plotly Scatter3D
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Aug 8, 2019
1 parent 514383e commit aec6b7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions holoviews/plotting/plotly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit aec6b7e

Please sign in to comment.