Skip to content
Snippets Groups Projects
Commit 51dce637 authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

The axes 1,2 and 3 will be plot in a uipanel axe 1 as propertie...

The axes 1,2 and 3 will be plot in a uipanel axe 1 as propertie 'HandleVisibility' set to 'on' to prevent hidden visibility when first plot is empty
parent 215847a2
No related branches found
No related tags found
No related merge requests found
...@@ -370,7 +370,10 @@ hInfoSSTPText = uicontrol(... ...@@ -370,7 +370,10 @@ hInfoSSTPText = uicontrol(...
%% Construct the plot axes %% Construct the plot axes
% ----------------------- % -----------------------
% The second and third axes will be plot in a uipanel % The axes 1,2 and 3 will be plot in a uipanel
% axe 1 as propertie 'HandleVisibility' set to 'on' to prevent hidden
% visibility when first plot is empty
%--------------------------------------------------------------------
hPlotsPanel = uipanel( ... hPlotsPanel = uipanel( ...
'Parent', hMainFig, ... 'Parent', hMainFig, ...
'Units', 'normalized', ... 'Units', 'normalized', ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment