Why is my plot mirrored, including the titles and numbers?

5 comentarios

hi
have you turned your screen upside down ? :)
Jan
Jan el 30 de Sept. de 2021
Please mention the details: Which Matlab version? Which operating system? When did this behavior start?
DGM
DGM el 30 de Sept. de 2021
Editada: DGM el 30 de Sept. de 2021
The product/release tags are R2021b (MATLAB online server), same as the other post I linked.
Can you pl., post your code that generated this interesting plot? Wow !

Iniciar sesión para comentar.

Respuestas (2)

Anshika Chaurasia
Anshika Chaurasia el 5 de Oct. de 2021
Hi,
You can try clearing browser cookies then login again.
For the best overall experience, Chrome is the recommended browser. For supported versions of the browsers, please refer to the following document.
In case, the issue persists then share following information so that we can replicate the issue:
  • Operating System
  • Browser and it's version
  • Exact sequence of commands that you have used
Hi,
The possible workaround for the issue:
fig = figure;
ax = axes(fig);
plot(ax, data);
triggerFigureView(fig)
Note: Above mentioned plotting resolves the issue for the current MATLAB Online Session. Hence, when starting a new session the issue reappears. Thus 'triggerFigureView' would need to be executed every time a new Session is started.

Categorías

Más información sobre Platform and License en Centro de ayuda y File Exchange.

Productos

Versión

R2021b

Etiquetas

Preguntada:

el 30 de Sept. de 2021

Respondida:

el 8 de Oct. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by