Can someone please explain how to coordinates need to be passed to contour for 3D graphs? I see all the examples use sample data, but I can’t find any information on how the input points need to be
formatted.
Currently I have three array, one for the X, one for Y, and another for a Z value, and I was to plot each set on a 3D contour graph. What do I need to do to format these points correctly?
Thank you
Andrew