Describe the bug
When trying to plot a pyntcloud (pyntcloud 0.3.1), there is an attribute error.
AttributeError: ptp was removed from the ndarray class in NumPy 2.0. Use np.ptp(arr, ...) instead.
Error thrown by matplotlib_backend (line 25): ptp = cloud.xyz.ptp()
Describe the bug When trying to plot a pyntcloud (pyntcloud 0.3.1), there is an attribute error. AttributeError:
ptp
was removed from the ndarray class in NumPy 2.0. Use np.ptp(arr, ...) instead.Error thrown by matplotlib_backend (line 25): ptp = cloud.xyz.ptp()
To Reproduce Steps to reproduce the behavior: