Skip to content
Snippets Groups Projects
Commit 66c80994 authored by mbe's avatar mbe
Browse files

bugfix for ita_plot_polar

parent 61a307d2
No related branches found
No related tags found
No related merge requests found
......@@ -175,8 +175,8 @@ if ~all(isreal(plotData))
end
%% plot it
if sArgs.newFigure && ~ishold
% figure('Name','Polar plot'); #jtu remove?
if sArgs.newFigure
figure('Name','Polar plot');
end
% Determine Plot Range
if isempty(sArgs.plotRange)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment