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

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

 Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 31 Jan. 2017

0 Stimmen

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

Weitere Antworten (0)

Kategorien

Produkte

Version

R2006b

Community Treasure Hunt

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

Start Hunting!