Skip to content
Snippets Groups Projects

Dev into main

Merged Mayr, Hannes requested to merge dev into main
10 files
+ 350
113
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 7
5
@@ -47,12 +47,14 @@ FIGS_AS_LIST = [FIG1, FIG2]
# %% Save figure as tiff-file, but publish also exports the plot to a picture
# file in the destination folder.
for i, figure in enumerate(TAGGED_FIGS):
NAME = "Test"+str(i)+".tiff"
figure.savefig(NAME)
# for i, figure in enumerate(TAGGED_FIGS):
# NAME = "Test"+str(i)+".tiff"
# figure.savefig(NAME)
# %% Publish
# Arguments: Source directory, destination directory, figure, plot name,
# publish-mode).
publish('../../tests', '/home/chief/Dokumente/fst/plotid_python/data',
FIG1, 'Bild', 'individual')
publish(['../README.md', '../tests', '../LICENSE'],
'/home/chief/Dokumente/fst/plotid_python/data',
FIGS_AS_LIST, 'Bild', 'individual')
Loading