`PlotID` is a toolkit that labels your plots and figures and copies all associated data (research data, plotting script, user-functions and a copy of the figure) to the desired location.
This version of `PlotID` is build for `MATLAB`.
`PlotID` provides two core functions TagPlot and Publish which are described in Detail below.
`PlotID` provides two core functions TagPlot and Publish which are described in detail below.
Feel free to give feedback and feature requests or to take part in the development process.
[TOC]
# Quick User Guide
PlotID works in two Steps:
1. tagging the plot
`[figs, IDs] = plotId.TagPlot(figs, options)`
2. publishing the plot and the associated data
`plotID.Publish(DataPaths, ID, figure, options)`
`DataPaths.script = mfilename('fullpath');` contains the filename of the m.script
`DataPaths.rdata = {dataset1, dataset2};` file names of the datasets (they most be at the path)