I have created a scatter plot. The x-axis is scaled so all points are equally represented. There is data from -30 to 30 but 90% of the data has an x value between 5 and -5. How can I scale the X-axis so you can see more area between -5 and 5 but still have all the x-axis values.

답변 (1개)

Image Analyst
Image Analyst 2018년 1월 13일

0 개 추천

You can't. The axes are linear.
If you want, you can have x be the log(x) instead of x by doing
scatter(log(x), y);

카테고리

도움말 센터File Exchange에서 Scatter Plots에 대해 자세히 알아보기

태그

질문:

2018년 1월 13일

답변:

2018년 1월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by