temporalmapper.plotting.sliceograph
- temporalmapper.plotting.sliceograph(mapper, clrs=[(255, 0, 0), (0, 255, 0), (0, 0, 255)], alpha: float = 0.75)
Visualize all the slices in the kerneled cover of a TemporalMapper, requires Plotly.
Parameters: mapper: temporalmapper.TemporalMapper
The Mapper object to plot.
- clrs: list(str) (optional, default=[(255,0,0),(0,255,0),(0,0,255)])
A list of RGB triples, which will be cyclically to colour the intervals in the graph.
- alpha: float (optional, default=0.75)
Default transparency (scaled by the kernel weights)