How I can adjust this x axis label incase of very small values of plot?

조회 수: 7 (최근 30일)
Nisar Ahmed
Nisar Ahmed 2022년 7월 3일
답변: Image Analyst 2022년 7월 4일
Hi,
Due to small range of x axis values, the label is appearing as shown in the figure below. I have also attached the data. How can I sort it out?

답변 (2개)

Karan Kannoujiya
Karan Kannoujiya 2022년 7월 3일
Hi Nisaar,
You can go through this link to set axis size and aspect ratio
You can also go through this link to set the Font size of labels
I hope it helps
  댓글 수: 3
Karan Kannoujiya
Karan Kannoujiya 2022년 7월 3일
Hi Nisaar,
You can adjust the size of labels by providing the Font Size in xlabel function and using 'axis' function you can set the size of your x-axis and y-axis
Nisar Ahmed
Nisar Ahmed 2022년 7월 3일
The x axis ticks are in the downward direction in the left hand side figure (circled) while on the roght hand figures WHY the x axix ticks are in the upward direction? Is it possible to have downward direction (right side fig)?

댓글을 달려면 로그인하십시오.


Image Analyst
Image Analyst 2022년 7월 4일
Try using xticks and xticklabels
Also see the attached demo that shows you how to change virtually everything on an axes (colors, sizes, etc.)

카테고리

Help CenterFile Exchange에서 Grid Lines, Tick Values, and Labels에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by