можно ли сделать так, что бы сетка отображалась поверх 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!
