vampire.plot.plot_distribution#
- vampire.plot.plot_distribution(properties_df, ax=None)[source]#
Plots the distribution of mean contours in a bar graph.
- Parameters:
- properties_dfDataFrame
DataFrame containing contour coordinates of objects and a column named ‘cluster_id’ that indicates the cluster that an object belongs.
- axAxes, optional
Figure axis to be plotted on. Cannot be not None with
output_pathat the same time.
- Returns:
- axmatplotlib.axes.Axes