Borrar filtros
Borrar filtros

White space at the ends of some plots and bars

40 visualizaciones (últimos 30 días)
Steve D
Steve D el 28 de Oct. de 2011
Editada: the cyclist el 25 de Sept. de 2017
An intermittant problem is that I give matlab a couple vectors to plot, where x is of known length and y matches. But it tacks on some extra white space to the right of the plot - blank.
This is not helpful when trying to line up plots in registration for comparisons, and I see no parameter anywhere to force it.
Any advice appreciated. Hope it is not a dumb question. I am not a matlab expert (yet).
  1 comentario
Fangjun Jiang
Fangjun Jiang el 28 de Oct. de 2011
Only if you could clearly explain or illustrate what do you mean by "But it tacks on some extra white space to the right of the plot - blank."

Iniciar sesión para comentar.

Respuesta aceptada

the cyclist
the cyclist el 28 de Oct. de 2011
Editada: the cyclist el 25 de Sept. de 2017
You can do this using handle graphics.
In your case, it sounds like you want to set the limits of the x- and y-axis. You can do that like this:
>> set(gca,'XLim',[0 10],'YLim',[0 10])

Más respuestas (0)

Categorías

Más información sobre Line Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by