Commit 1d0db036 authored by Jay Dubb's avatar Jay Dubb
Browse files

Merge branch 'master' of https://github.com/BUNPC/Homer3

parents b5bd5e22 134a55c2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ if ~ishandles(hAxes)
    return;
end
% Set gca to be SDG axes
cla(hAxes);
axes(hAxes);
% Delete all channel lines drawn
if ishandles(maingui.axesSDG.handles.ch)
+1 −1
Original line number Diff line number Diff line
@@ -997,7 +997,7 @@ for iBlk = iDataBlks
                ppf = procElem.procStream.fcalls(idx).paramIn.value;
                if ppf(condition) == 1 && ~isempty(dataTree.currElem.acquired.metaDataTags.tags.LengthUnit)
                    unit = dataTree.currElem.acquired.metaDataTags.tags.LengthUnit;
                    ylabel(['\muM ' unit], 'FontSize', 17);
                    ylabel(['\muM ' unit], 'FontSize', 11);
                else
                ylabel('\muM', 'FontSize', 11);
                end