Skip to content
Snippets Groups Projects
Commit 1821cc28 authored by Olivier Sauter's avatar Olivier Sauter
Browse files

small debug for gdat_plot

parent 369682f1
No related branches found
1 merge request!113small debug for gdat_plot
Pipeline #84560 passed
......@@ -223,5 +223,5 @@ if gdat_data.gdat_params.doplot
end
if exist('ME_gdat_plot','var')
rethrow(ME_gdat_plot)
getReport(ME_gdat_plot)
end
......@@ -124,7 +124,7 @@ if all(isfield(gdat_data,{'data','t'})) && ~isempty(gdat_data.data) && ~isempty(
zoom on;
end
maxnblines = 1;
if strcmp(gdat_data.gdat_request,'powers') && length(ab)==length(gdat_data.label)
if strcmp(gdat_data.gdat_params.data_request,'powers') && length(ab)==length(gdat_data.label)
% keep legend from label
else
for i=1:numel(linehandles)
......
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