Skip to content
Snippets Groups Projects

QR Codes now work with mpl and image engine.

Merged Mayr, Hannes requested to merge qrcode into dev
5 files
+ 27
19
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
3
@@ -44,8 +44,8 @@ FIGS_AS_LIST = [FIG1, FIG2]
IMGS_AS_LIST = [IMG1, IMG2]
# Example for how to use tagplot with matplotlib figures
# FIGS_AND_IDS = tagplot(FIGS_AS_LIST, 'matplotlib', prefix=PROJECT_ID,
# id_method='time', location='west')
# FIGS_AND_IDS = tagplot(FIGS_AS_LIST, 'matplotlib', location='west',
# id_method='random', prefix=PROJECT_ID)
# Example for how to use tagplot with image files
FIGS_AND_IDS = tagplot(IMGS_AS_LIST, 'image', prefix=PROJECT_ID,
@@ -57,4 +57,4 @@ FIGS_AND_IDS = tagplot(IMGS_AS_LIST, 'image', prefix=PROJECT_ID,
# plots or images.
publish(FIGS_AND_IDS, ['../README.md', '../docs', '../LICENSE'],
'/home/chief/Dokumente/fst/plotid_python/data/', 'Bild')
'/home/chief/Dokumente/fst/plotid_python/data/', 'image')
Loading