qp.cluster.spheres_bad.plot_voronoi_2d¶
- qp.cluster.spheres_bad.plot_voronoi_2d(points, points_count)[source]¶
Plot a 2D Voronoi diagram from the atomic coordinates.
- Parameters:
points (numpy.array) – The 3D coordinates of the points (atoms) to be tessellated. Only the xy-plane projection will be plotted.
points_count (int) – The number of real atoms (excluding dummy atoms).