From 51dce6372fd67975cf7ff008aca3123c225bf657 Mon Sep 17 00:00:00 2001 From: Jacques Grelet <jacques.grelet@ird.fr> Date: Thu, 17 Jan 2008 13:57:20 +0000 Subject: [PATCH] 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 --- tsgqc_GUI.m | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsgqc_GUI.m b/tsgqc_GUI.m index d88a287..465f99a 100644 --- a/tsgqc_GUI.m +++ b/tsgqc_GUI.m @@ -370,7 +370,10 @@ hInfoSSTPText = uicontrol(... %% 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( ... 'Parent', hMainFig, ... 'Units', 'normalized', ... -- GitLab