Skip to content
Snippets Groups Projects
Verified Commit a336d6f2 authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

refact(plots): impose ylim for plots used in paper

parent 55dff5ca
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ function plotcf(ResData)
0.03, 3.5, 4.6
0.03, 3, 7.7
0.10, 3, 7.7
0.10, 3, 4.6
% 0.03, 2, 7.7
% 0.03, 2, 7.7
......@@ -325,6 +326,7 @@ function setgca(varargin)
% xlim([-180, 180]);
xlim([0, 360]);
ylim([-0.3, 0.6]);
xlabel('Phase offset [deg]');
ylabel('\cl and \cd [-]');
......
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