Skip to content
Snippets Groups Projects

Draft: Add ID to metadata of the png file

Closed Mayr, Hannes requested to merge 81-add-id-to-figure-file-metadata into dev
2 unresolved threads
Files
5
+ 1
1
@@ -110,7 +110,7 @@ class PublishOptions:
"""
# Export plot figure to picture.
plot_paths = save_plot(self.figure, self.plot_names)
plot_paths = save_plot(self.figure, self.plot_names, figure_ids=self.figure_ids)
match self.data_storage:
case "centralized":
self.centralized_data_storage()
Loading