Skip to content
Snippets Groups Projects
  • jacques.grelet_ird.fr's avatar
    3154b55d
    uncomment and repair contextual QC menu · 3154b55d
    jacques.grelet_ird.fr authored
    % Update the radio button corresponding to the selected
    % QC context menu (rbg : RadioButtonGroup)
    radioTag     = ['TAG_QC_RADIO_' char(key)];  
    
    add zoom out after each plot_Validation
    % Draw the 3 plots of the validation figure and unzoom as the new 
    % plot keep in memory the preceding zoom
    % -----------------------------------------
    plot_Validation( hMainFig, hPlotAxes, 1, tsg.plot.parameter{1} );
    zoom out;
    plot_Validation( hMainFig, hPlotAxes, 2, tsg.plot.parameter{2} );
    zoom out;
    plot_Validation( hMainFig, hPlotAxes, 3, tsg.plot.parameter{3} );
    zoom out;
    
    correct but in plot_Validation that display wrong vertical label, plot EXT var before VAR to get the rigth vertical label as SSPS instead of SSP_EXT_2
    
    
    undo:
    disable unknow plot_SalTempVel function
    3154b55d
    History
    uncomment and repair contextual QC menu
    jacques.grelet_ird.fr authored
    % Update the radio button corresponding to the selected
    % QC context menu (rbg : RadioButtonGroup)
    radioTag     = ['TAG_QC_RADIO_' char(key)];  
    
    add zoom out after each plot_Validation
    % Draw the 3 plots of the validation figure and unzoom as the new 
    % plot keep in memory the preceding zoom
    % -----------------------------------------
    plot_Validation( hMainFig, hPlotAxes, 1, tsg.plot.parameter{1} );
    zoom out;
    plot_Validation( hMainFig, hPlotAxes, 2, tsg.plot.parameter{2} );
    zoom out;
    plot_Validation( hMainFig, hPlotAxes, 3, tsg.plot.parameter{3} );
    zoom out;
    
    correct but in plot_Validation that display wrong vertical label, plot EXT var before VAR to get the rigth vertical label as SSPS instead of SSP_EXT_2
    
    
    undo:
    disable unknow plot_SalTempVel function