wulfric.PlotlyEngine.plot_points#
method
- PlotlyEngine.plot_points(points, colors='#000000', legend_label=None, legend_group=None, scale=1, row=1, col=1)[source]#
Plots a set of points.
- Parameters:
- points(N, 3) array-like
Coordinates of the points.
- colorsstr or list of str, default "#000000"
Color of the line. Any value that is supported by Plotly.
- legend_labelstr, optional
Label of the line that is displayed in the figure.
- legend_groupstr, optional
Legend's group. If
None, then defaults to the random string of 10 characters.- scalefloat, default 1
Scale for the size of point's markers. Use
scale>1to increase the size.- rowint, default 1
Row of the subplot.
- colint, default 1
Column of the subplot.