Toolbar of Plot hiding after loading file

Hey guys,
if have an issue. The toolbar within the plot in my GUI is hiding after loading data to the plot. Anybody an idea what's the issue about this?
Appreciate your help!
Roman

1 Kommentar

Can you provide an example or image or video? Is it possible that you're seeing the new-ish axes toolbar? The toolbar (with zoom, pan, etc) shows up in the axes, and if you hover your mouse over the axes it reappears.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Cameron B
Cameron B am 9 Mai 2022

0 Stimmen

I've had this same issue in app designer as well. What I have done to get around is to simply tell the UIAxes to put another one there.
function InsertFileButtonPushed(app, event)
%insert all your data here and plot it in app.UIAxes
axtoolbar(app.UIAxes,{'export','brush','pan','zoomin','zoomout','restoreview'});
end
You can put whatever values you want in your axtoolbar, but this is how I managed to get around the disappearing toolbar.

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2021a

Gefragt:

am 5 Mai 2022

Beantwortet:

am 9 Mai 2022

Community Treasure Hunt

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

Start Hunting!

Translated by