How to permanently hide the toolbar for an axes even after replotting
9 ビュー (過去 30 日間)
古いコメントを表示
I've done a lot of searching and I can't seem to find a way to disable showing the axes toolbar. There are some options that work such as turning the toolbar visibibility off or using the axtoolbar function, but they are temporary. What's the official way of telling a specific axes to stop creating the toolbar?
2 件のコメント
Hitesh
2024 年 9 月 20 日
Hi Jim Hokanson,
You can try below command:
fig = figure('Toolbar', 'none');
However, this will prevent all toolbars from being generated, including the axes toolbar.
回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Data Exploration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!