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

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

 采纳的回答

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

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 グラフィックス オブジェクトのプロパティ 的更多信息

产品

版本

R2006b

Community Treasure Hunt

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

Start Hunting!