Non Uniform spacing between axes
1 次查看(过去 30 天)
显示 更早的评论
I want to change the spacing between the levels of x axis. I want to plot the first three points then increase the gap after first three points and so on. In that way the first 3 plots will be closer and then a small space between next three plots. How can I do so? Thanks.

2 个评论
dpb
2019-10-22
I'd venture easiest way would be to use some nonlinear scaling function on the x data and plot against it. Then use 'XTickLabel' to write the desired tick labels for each -- would be the inverse of the transform or the input to the transform values.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Axis Labels 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!