Skip to content
Snippets Groups Projects
Commit f3f32ff9 authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

Merge branch 'matlab-example' into 'main'

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

See merge request !584
parents 9d6529e3 99da9706
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
Pipeline #109652 passed
This commit is part of merge request !593. Comments created here will be created in the context of that merge request.
......@@ -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]);
......
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