Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-haz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Seismic Hazard Model Project
nshmp-haz
Commits
99da9706
Commit
99da9706
authored
3 years ago
by
Kwong, Neal (Simon)
Browse files
Options
Downloads
Patches
Plain Diff
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
!593
Production Release | nshm-haz
,
!584
Revised label for horizontal axis in plot to be for period instead of distance
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
etc/matlab/response_spectra.m
+1
-1
1 addition, 1 deletion
etc/matlab/response_spectra.m
with
1 addition
and
1 deletion
etc/matlab/response_spectra.m
+
1
−
1
View file @
99da9706
...
@@ -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
]);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment