I have a set of data in the following format:
0.90000000 0.90000000 -2133.80472139
0.90000000 0.95000000 -2133.84134433
...
1.87500000 1.82500000 -2133.96171262
1.87500000 1.87500000 -2133.95550450
And I can plot this set of data as a surface using plot_trisurf
My question is: how can I plot the 2D "intersection curve"(or the "cut") of the surface plotted by plot_trisurf
and z-plane?
Kindly note that I notice that contour
can probably plot that curve but it is 3D.
I'm not sure if it is possible to draw that curve in 2D plot(on the plane that is parallel with z-plane).