필터 지우기
필터 지우기

How to make the y-axis closer from each other when using addaxis ?

조회 수: 1 (최근 30일)
LIU
LIU 2022년 3월 21일
댓글: LIU 2022년 3월 22일
Hi all, It is quite useful for me to use this tool when plotting 7 lines into one graph with 7 y-axis displayed. I am encoutered with one problem, each y-axis is too far away from each other just as what shows on the right side of the figure attached, but I need a much more compact one just as what shows on the left side. I don't know how to set or modify the options of the addaxis function to get a compact y-axis layout, could anyone kindly help me ? Many thanks.
Best regards,
LIU

채택된 답변

Ankit
Ankit 2022년 3월 21일
편집: Ankit 2022년 3월 21일
You can change the value of variable "axcompleft" according to your requirement in addaxis.m file (code line: 95) . Default value is 0.12
axcompleft=0.05;

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by