можно ли сделать так, что бы сетка отображалась поверх 3D графиков?
이전 댓글 표시
вот например есть график

я хочу что бы сетка была на переднем плане и накладывалась на изображение
댓글 수: 4
Cris LaPierre
2020년 11월 20일
편집: Cris LaPierre
2020년 11월 20일
"Is it possible to make the grid appear on top of the 3D plots?"
For example, this figure
<image>
I want the grid to be in the foreground and overlay the image
Walter Roberson
2020년 11월 20일
I was going to suggest setting the Layer property but that is only for 2d views
https://www.mathworks.com/help/matlab/ref/matlab.graphics.axis.axes-properties.html#budumk7_sep_shared-Layer
Walter Roberson
2020년 11월 20일
you could perhaps create a second axes with color 'none' on top of the first, with linkaxes so that they rotate the same way, but the empty axes would be visually on top
Pavel Kuzmitsky
2020년 11월 21일
편집: Pavel Kuzmitsky
2020년 11월 21일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
