Skip to content
Snippets Groups Projects

Improve handling of long IDs

Merged Mayr, Hannes requested to merge 25-long-ids into new-year-developments
Files
11
+ 6
1
@@ -25,7 +25,12 @@ IMGS_AS_LIST = [IMG1, IMG2]
# Example for how to use tagplot with image files
FIGS_AND_IDS = tagplot(
IMGS_AS_LIST, "image", prefix=PROJECT_ID, id_method="time", location="west"
IMGS_AS_LIST,
"image",
prefix=PROJECT_ID,
id_method="time",
location="west",
qrcode=True,
)
# Required arguments: tagplot(images as list, desired plot engine)
Loading