When drawing a triangle using Gnuplot, it does not display. The script is as follows
`set xrange [ 36.00000 : 38.30000 ]
set yrange [ 37.9 : 38.40000 ]
set zrange [ -23635.4 : 1000.00000 ]
set view 69,74
set object 1 polygon from 38.204, 38.3317, 0 to 38.1886, 38.3191, 0 to 38.2011, 38.3339, -1969.62 to 38.204, 38.3317, 0 fillstyle transparent solid 0.5
splot 1/0 notitle`
And there is an error prompt for All points z value undefined, I know what this represents
I hope to use Gnuplot to draw a series of triangular meshes based on a series of three-dimensional coordinates
user24979829 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.