% Gap_raw_measurements

load run48_50;

mn = 300-100:300;
figure
plot(mn,-Vs_48_minus(end-100:end), marker_make3(1))
hold
plot(mn,-Vs_49_minus(end-100:end), marker_make3(2))
plot(mn,-Vs_50_minus(end-100:end), marker_make3(3))
plot(mn, Vs_48_plus(end-100:end), marker_make3(4))
plot(mn, Vs_49_plus(end-100:end), marker_make3(5))
plot(mn, Vs_50_plus(end-100:end), marker_make3(6))
xlabel('Measurement #');
ylabel({'Gap Integral', '(Vs)'});
legend('48 minus', '49 minus', '50 minus', '48 plus','49 plus','50 plus')