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