From 99da9706ac59a2707fa132b4f504ea2f396f58d7 Mon Sep 17 00:00:00 2001 From: N Simon Kwong <nkwong@usgs.gov> Date: Fri, 14 Jan 2022 13:30:44 -0700 Subject: [PATCH] Revised label for horizontal axis in plot to be for period instead of distance --- etc/matlab/response_spectra.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/matlab/response_spectra.m b/etc/matlab/response_spectra.m index 7340c4021..a0943694b 100644 --- a/etc/matlab/response_spectra.m +++ b/etc/matlab/response_spectra.m @@ -100,7 +100,7 @@ for i = 1:length(means) end end -xlabel('Distance (km)','FontSize',12) +xlabel('Periods (sec)','FontSize',12) ylabel('Median Ground Motion (g)','FontSize',12) title('Ground Motion vs Response Spectra (Means)', 'FontSize', 14) axis([0.001 10 0.005 0.8]); -- GitLab