ILNumerics 3D Contour plots "surface mesh" to "stepping surface mesh" switch?

StackOverflow https://stackoverflow.com/questions/19423542

  •  01-07-2022
  •  | 
  •  

문제

Is there a possibility the display of the 3D contour plots to change?

It should look like this. stepping surface mesh

I want it to display data points and that's with a full square grid easier than with a distorted grid. distorted grid

도움이 되었습니까?

해결책

Sure, but ILNumerics currently does not provide such plots out of the box. However, it helps you significantly to implement it yourself. I suggest, to use an ILTriangles shape to create the grid and surfaces according to your data. See the documentation: http://ilnumerics.net/scene-graph-shapes-and-buffers.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top