Skip to content
Snippets Groups Projects
Commit 3eea3543 authored by oboebel's avatar oboebel
Browse files

only comment added

parent b110da55
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ if pPlotAsMap ...@@ -40,7 +40,7 @@ if pPlotAsMap
textHandles = textm(y(steps), x(steps), textCell, 'FontSize', 7, 'Color', [.6 .6 .6]); textHandles = textm(y(steps), x(steps), textCell, 'FontSize', 7, 'Color', [.6 .6 .6]);
else else
scatterHandle = scatter(pAxesHandle, x, y, [], [.5 .5 .5]); scatterHandle = scatter(pAxesHandle, x, y, [], [.5 .5 .5]);
textHandles = text(pAxesHandle, x(steps), y(steps), textCell, 'FontSize', 7, 'Color', [.6 .6 .6]); textHandles = text(pAxesHandle, x(steps), y(steps), textCell, 'FontSize', 7, 'Color', [.6 .6 .6]); % OB2023 removed bug: textCell{1}{2}
end end
hold(pAxesHandle, 'off'); hold(pAxesHandle, 'off');
......
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