Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mgovorcin committed Jun 11, 2019
1 parent 60c4f08 commit b1a6230
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions matlab/sb_baseline_plot.m
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,17 @@
text((ps.day(x(i))+ps.day(y(i)))/2,(ps.bperp(x(i))+ps.bperp(y(i)))/2,num2str(ix(i)),'fontsize',fontsize-7);
set(l,'linewidth',2)
%set(l.Edge,'ColorBinding','interpolated','ColorData',cm)
%drawnow
colormap(CM);
shading flat
view(2)
%drawnow i
end

if length(ix) ~= 1
colormap(CM);
cb = colorbar;
ylabel(cb,'Ifg std [deg]');
else
end
shading flat
view(2)
p=plot(ps.day,ps.bperp,'ko');
set(p,'markersize',6,'linewidth',2)
hold off
Expand Down

0 comments on commit b1a6230

Please sign in to comment.