Which view should I use with vis3d?
9 次查看(过去 30 天)
显示 更早的评论
I plot 3D data, then make a movie where each frame is the same plot at different views. It is important for (i) the axes proportions to be the same on every frame, and (ii) the entire axes to be visible on every frame.
To accomplish (i), I use 'axis vis3d'. To sort-of accomplish (ii), I use 'view([45 30])' before calling 'axis vis3d'. This works in most cases, but not all. In other words, after doing the above there are some plots for which at least one pair (az, el) obscures part of the axes after calling 'view([az el])'. The obscured part of the axes is outside the bounds of the figure.
I would like to have the largest axes that is fully visible from all views after a call to 'axis vis3d'. Any ideas?
Thanks, Jonathan
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Annotations 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!