How do I create non uniform spacing between axis ticks like in figure ?

26 visualizaciones (últimos 30 días)
I'm trying to create a ticks distribution like the one in figure
...I really can't figure how to do it. Do I have to define the x-variable in a particular way or is it just an axis and ticks thing ?
  2 comentarios
Stephen23
Stephen23 el 18 de Dic. de 2017
Have you tried semilogx? Is this close enough?
Francesco Gigante
Francesco Gigante el 5 de Feb. de 2018
I did use the semilogx and specified certain ticks values. Thanks for helping !

Iniciar sesión para comentar.

Respuesta aceptada

Amy
Amy el 18 de Dic. de 2017
Editada: Amy el 14 de Mayo de 2020
Hi Francesco, take a look at this documentation page if you haven't already: Specify Axis Tick Values and Labels
There is also an example of setting nonuniform x-axis tick locations on the documentation page for 'xticks'.
adding to this (5/14/20): It looks like you also wanted to use a logarthmic scale for the x-axis and semilogx was already suggested.
You can also use xlim to specify limits for the x-axis.
  2 comentarios
LR
LR el 22 de En. de 2019
Editada: LR el 22 de En. de 2019
I'm not sure why this answer was accepted... the question as I understand it is about stretching and compressing the x axis, not just speciftying xticks or xticklabels. The documentation pointed out does not contain information on stretching/compressing axes.
Amy
Amy el 14 de Mayo de 2020
Thanks LR, I edited my answer to include the links to documentation for setting a log scale and limits on the x-axis, which had already been suggested in the comments.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by