Scatter Plot with multiple 'levels' on the Xaxis

Hello Everyone,
I am trying to make a relatively complex plot.
Can the community please help me - I would like to have multiple 'levels' of X axis?
To explain myself better, below is the desired result (image) and attached is the example data (with constrains noted in the excel)....
Thank you.
Bharat

답변 (1개)

Adam Danz
Adam Danz 2021년 2월 11일
편집: Adam Danz 2021년 2월 11일

0 개 추천

I see two options.
1. Since the "test" and country labels are vertically stacked, you could set multiple rows of x-tick labels for those labels and single rows for the other tick labels, all in the same line of code.
ticks = {'1' 'Test' '10' '1' 'Test' '10' '1' 'Test' '10' '1' 'Test' '10'; ...
'' 'USA' '' '' 'Mexico' '' '' 'Canada', '' 'Peru' ''};
2. You can use text() to add the country labels, following option #3 in the same answer.

댓글 수: 2

Bharat N
Bharat N 2021년 2월 14일
Thanks @Adam Danz for the super quick feedback.
I tried it out for my actual dataset, but for aesthetic reasons, I went with 'nexttile' and completely separated the plots...
Thank you !!
If you want the axes to be bordering each other, you can achieve that by setting axes directly with axes().

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

카테고리

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

질문:

2021년 2월 11일

댓글:

2021년 2월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by