'LineWidth' プロパティのデフォル​ト設定を変更するには​どうすればよいですか​?

MATLAB 上で表示する全ての figure の 'LineWidth' プロパティを変更する方法を教えてください。

 Accepted Answer

MathWorks Support Team
MathWorks Support Team on 31 Jan 2017

0 votes

デフォルトの LineWidth プロパティは、graphics オブジェクトのルートにある 'DefaultLineLineWidth' で設定することができます。新しい線が描画されたとき、このプロパティはルートオブジェクトの設定を呼び出します。
set(0, 'DefaultLineLineWidth', 2);

More Answers (0)

Products

Release

R2006b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!