Skip to content
Snippets Groups Projects

Enable customization of plotted IDs

Merged Mayr, Hannes requested to merge 69-enable-basic-customization into new-year-developments
Files
14
+ 5
1
@@ -25,7 +25,11 @@ 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",
qrcode=True,
)
# Required arguments: tagplot(images as list, desired plot engine)
Loading