plot_convex_hull# autoplex.fitting.common.utils.plot_convex_hull(all_points, hull_points)[source]# Plot convex hull. Parameters: all_points (np.ndarray) – Array of all points to be plotted. hull_points (np.ndarray) – Array of points used to calculate the convex hull. Return type: None