Borrar filtros
Borrar filtros

Cannot hide/delete UIAxes menu/toolbar

17 visualizaciones (últimos 30 días)
endystrike
endystrike el 27 de Feb. de 2020
Comentada: endystrike el 27 de Feb. de 2020
Hello everyone,
I've tried disabling common commands on UIAxes but they still persist.
I'm using App Designer and the chart mustn't be in a figure.
What am I doing wrong?
Thanks
hold(app.UI_Axes,'on');
plot(app.UI_Axes,[1, 2, 3, 4],[1, 2, 3, 4],'k');
plot(app.UI_Axes,[1, 2, 3, 4],[1, 2.5, 4.5, 6],'b');
plot(app.UI_Axes,[1, 2, 3, 4],[1, 4, 6, 8],'r');
disableDefaultInteractivity(app.UI_Axes);
hold(app.UI_Axes,'on');
plot(app.UI_Axes,[1, 2, 3, 4],[1, 2, 3, 4],'k');
plot(app.UI_Axes,[1, 2, 3, 4],[1, 2.5, 4.5, 6],'b');
plot(app.UI_Axes,[1, 2, 3, 4],[1, 4, 6, 8],'r');
app.UI_Axes.Interactions = [];

Respuesta aceptada

Adam Danz
Adam Danz el 27 de Feb. de 2020
Editada: Adam Danz el 27 de Feb. de 2020
app.UI_Axes.Toolbar.Visible = 'off';

Más respuestas (0)

Categorías

Más información sobre Manage Products en Help Center y File Exchange.

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by