Now plot the points with labels: plotter = pv.Plotter() plotter.add_point_labels(poly, "My Labels", point_size=20, font_size=36) plotter.show()
確定! 回上一頁