multidim.PointCloud.plot¶
-
PointCloud.
plot
(canvas, cutoff=-1, color='purple', pos_edges=False, edge_alpha=-1.0, size=1, twocells=False, title='SimplicialComplex', label=False)[source]¶ Plot a PointCloud, decorated by various proeprties.
Often slow!
Parameters: - canvas : object
An instance of
bokeh.plotting.figure.Figure
as incanvas = bokeh.plotting.figure()
or an instance ofmatplotlib.axes._subplots.AxesSubplot
as inaxes,canvas = matplotlib.pyplot.subplots()
- cutoff : float
if cutoff>=0, only draw edges up to length <cutoff
- twocells : boolean
draw 2-cells (triangles)?
- title : string
title for plot
- label : boolean
label points in plot?