archetypes.visualization.stacked_bar#
- archetypes.visualization.stacked_bar(points, ax=None, labels=None, vertices_labels=None, **kwargs)#
A stacked bar plot of points with multiple optional parameters to obtain a customized visualization.
- Parameters:
- pointsnumpy.ndarray
The points to plot.
- axmatplotlib.pyplot.axes or None
The axes
- labelslist or None
A list of labels for the points. If None, no labels are displayed.
- vertices_labelslist or None
A list of labels for the vertices. If None, no labels are displayed.
- kwargs