Skip to content
Snippets Groups Projects

Resolve "Default name for exported plots"

Merged Mayr, Hannes requested to merge 65-default-name-for-exported-plots into dev
5 files
+ 61
52
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 2
2
@@ -35,6 +35,6 @@ FIGS_AND_IDS = tagplot(
# Export your tagged images, copy the research data that generated the images,
# specify the destination folder and give a name for the exported image files.
publish(FIGS_AND_IDS, ["../README.md", "../docs", "../LICENSE"], "./data", "my_image")
publish(FIGS_AND_IDS, ["../README.md", "../docs", "../LICENSE"], "./data")
# Required arguments: publish(output of tagplot(), list of files,
# path to destination folder, name(s) for the resulting images)
# path to destination folder)
Loading