Continuous Plot and Semilogx on the same figure

9 visualizaciones (últimos 30 días)
Kenan
Kenan el 16 de En. de 2013
Hello all,
I am trying to plot on the same figure the evolution of a function f, with argument x in ]0,1]. I would like to see both the evolution of f far away from 0 and close to 0, on the same figure, with one x axis.
For now I only have two different figures, one using plot with x=[0.1 ... 1], and one using semilogx with x=[1e-9 1e-7 1e-5... 0.1]. I would like to have both graphs on the same figure, with the x axis being logarithmic at the beginning, then linear after a certain x0 (let's say x0=0.1).
I do not want something using plotxx since I want only one x axis.
Do you know if this is possible?
Thank you for your time and help.

Respuestas (1)

Walter Roberson
Walter Roberson el 17 de En. de 2013
You could probably make the plot look okay by doing a data transform and fooling with the xtick positions and xtick labels, but if you want zooming or the data cursor to work, you would have to write custom functions to handle those.
  3 comentarios
Walter Roberson
Walter Roberson el 18 de En. de 2013
What would "behave normally" mean in the context of an abnormal axis setup?
Kenan
Kenan el 18 de En. de 2013
Editada: Kenan el 19 de En. de 2013
I mean it's the second option of what you propose ("if you want zooming or the data cursor to work, you would have to write custom functions to handle those"), but I don't know how to do it. Hence my question in the first place.

Iniciar sesión para comentar.

Categorías

Más información sobre Data Exploration en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by