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 个)

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 个评论

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