グラフの目盛りを片方だけ非表示にする方法
Show older comments
グラフの目盛りをx軸の上側だけ、もしくはy軸の右側だけ非表示にする方法はありますでしょうか。
Accepted Answer
More Answers (1)
Akira Agata
on 1 Feb 2021
box off と設定したときに表示されるプロットのようなイメージでしょうか?
figure
plot(magic(4))
box off

1 Comment
Masaki Nakamori
on 1 Feb 2021
Categories
Find more on 2 次元および 3 次元プロット in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!