How to change axes linewidth?

답변 (4개)

Azzi Abdelmalek
Azzi Abdelmalek 2016년 3월 30일

14 개 추천

set(gca,'linewidth',6)
Lightonz
Lightonz 2020년 5월 26일

2 개 추천

Get the handle of the Axes and change all you want:
H=gca;
H.LineWidth=1; %change to the desired value
dpb
dpb 2016년 3월 30일

0 개 추천

See <axes-properties> 'linewidth'
Anmol Pardeshi
Anmol Pardeshi 2020년 2월 18일

0 개 추천

go to edit -> axes properties and this will open up a property inspector. within this select "box styling" option and see the value for "LineWidth". By changing this, you will be able to change the thickness of the axes in the figure.

카테고리

도움말 센터File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기

질문:

2016년 3월 30일

댓글:

2024년 1월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by