Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
HoloceneSampling
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Maria Engel
HoloceneSampling
Commits
9bc9d21a
Commit
9bc9d21a
authored
1 year ago
by
Maria Engel
Browse files
Options
Downloads
Patches
Plain Diff
Small documentation
parent
181aa84a
No related branches found
Branches containing commit
No related tags found
1 merge request
!3
Master
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ComputeMostHexagonalSampling.m
+1
-0
1 addition, 0 deletions
ComputeMostHexagonalSampling.m
with
1 addition
and
0 deletions
ComputeMostHexagonalSampling.m
+
1
−
0
View file @
9bc9d21a
...
...
@@ -234,6 +234,7 @@ slabBorderColour = [100 149 237]/255; % light blue
yline
(
0
,
'r'
,
'LineWidth'
,
3
,
'Color'
,
slabBorderColour
);
yline
(
2
*
pi
/
sliceSpacing
,
'r'
,
'LineWidth'
,
3
,
'Color'
,
slabBorderColour
);
% Plot zigzag line to indicate sampling chronology
plot
(
ky
(
1
:
ceil
(
numel
(
ky
)/
3
)),
kz
(
1
:
ceil
(
numel
(
ky
)/
3
)),
'LineWidth'
,
3
,
'Color'
,
[
253
218
13
]/
255
);
% yellow
axis
equal
;
...
...
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