I have three 1D NumPy Arrays XX, YY, and ZZ. They are organized such that ZZ[i] is the height of a hill at coordinates XX[i], YY[i]. How can I plot this using Python?
Edit:The arrays are quite large (each contain about 3e5 data points)
Thanks
I have three 1D NumPy Arrays XX, YY, and ZZ. They are organized such that ZZ[i] is the height of a hill at coordinates XX[i], YY[i]. How can I plot this using Python?
Edit:The arrays are quite large (each contain about 3e5 data points)
Thanks