Borrar filtros
Borrar filtros

upside down plot in GUI

2 visualizaciones (últimos 30 días)
Andrea Gil
Andrea Gil el 28 de Jul. de 2011
Hi! I am programming a GUI which draws a plot from the values that the user gives, and once I already have a plot drawn, when I change the inputs so that the program draws a new one I sometimes get a plot upside down, and it doesn't make any sense because I have not programmed any function to rotate my plot or something similar, Any idea? Thanks!

Respuestas (1)

Paulo Silva
Paulo Silva el 28 de Jul. de 2011
You may have something like this
set(gca,'ydir','reverse')
on your code
  2 comentarios
Andrea Gil
Andrea Gil el 28 de Jul. de 2011
no, I didn't write that. it is really weird. I just have a plot, and pretend to rewrite it each time, and although the code to be followed is exactly the same, it is drawn upside down...
Walter Roberson
Walter Roberson el 28 de Jul. de 2011
We will need to see a code example.

Iniciar sesión para comentar.

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