Skip to content
Snippets Groups Projects
Commit 99da9706 authored by Kwong, Neal (Simon)'s avatar Kwong, Neal (Simon)
Browse files

Revised label for horizontal axis in plot to be for period instead of distance

parent e71d7c17
No related branches found
No related tags found
2 merge requests!593Production Release | nshm-haz,!584Revised label for horizontal axis in plot to be for period instead of distance
...@@ -100,7 +100,7 @@ for i = 1:length(means) ...@@ -100,7 +100,7 @@ for i = 1:length(means)
end end
end end
xlabel('Distance (km)','FontSize',12) xlabel('Periods (sec)','FontSize',12)
ylabel('Median Ground Motion (g)','FontSize',12) ylabel('Median Ground Motion (g)','FontSize',12)
title('Ground Motion vs Response Spectra (Means)', 'FontSize', 14) title('Ground Motion vs Response Spectra (Means)', 'FontSize', 14)
axis([0.001 10 0.005 0.8]); axis([0.001 10 0.005 0.8]);
......
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