Scatter3D#
Download this notebook from GitHub (right-click to download).
- Title
- Scatter3D Element
- Dependencies
- Matplotlib
- Backends
- Matplotlib
- Plotly
import numpy as np
import pandas as pd
import holoviews as hv
from holoviews import dim, opts
hv.extension('plotly')