Skip to content

Commit

Permalink
pyglot_read.m
Browse files Browse the repository at this point in the history
  • Loading branch information
AvratanuBiswas committed Mar 20, 2019
1 parent b1c7a54 commit 327331c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyglot_read.m
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function pyglot_read(filename)

if isfield(data_struct,'center_dispersion_2')== 1

dispersion_2 = data_struct.center_dispersion_1;
dispersion_2 = data_struct.center_dispersion_2;
hold on
plot(wavelength,dispersion_2,'white .')
end
Expand Down

0 comments on commit 327331c

Please sign in to comment.