Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
plotID_python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
plotID
plotID_python
Merge requests
!61
Custom IDs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Custom IDs
108-id_method-given-input
into
new-year-developments
Overview
0
Commits
18
Pipelines
5
Changes
8
Merged
Mayr, Hannes
requested to merge
108-id_method-given-input
into
new-year-developments
2 years ago
Overview
0
Commits
18
Pipelines
5
Changes
8
Expand
To avoid conflicts,
!60 (merged)
should be merged first.
Closes
#108 (closed)
0
0
Merge request reports
Compare
new-year-developments
version 5
5971930b
2 years ago
version 4
d8fc9c50
2 years ago
version 3
d8fc9c50
2 years ago
version 2
17311260
2 years ago
version 1
313d66c5
2 years ago
new-year-developments (base)
and
latest version
latest version
3dfee8f2
18 commits,
2 years ago
version 5
5971930b
17 commits,
2 years ago
version 4
d8fc9c50
16 commits,
2 years ago
version 3
d8fc9c50
16 commits,
2 years ago
version 2
17311260
15 commits,
2 years ago
version 1
313d66c5
14 commits,
2 years ago
8 files
+
39
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
examples/image_example.py
+
1
−
0
Options
@@ -29,6 +29,7 @@ FIGS_AND_IDS = tagplot(
"
image
"
,
prefix
=
PROJECT_ID
,
id_method
=
"
time
"
,
location
=
"
west
"
,
qrcode
=
True
,
)
# Required arguments: tagplot(images as list, desired plot engine)
Loading