Skip to content
Snippets Groups Projects
Commit 0aab6868 authored by nugget's avatar nugget
Browse files

Small corrections.

parent 696be184
No related branches found
No related tags found
3 merge requests!12v.0.1 for alpha release,!11Draft: Merge version0.1 changes into dev,!10Version0.1
Pipeline #739238 passed
......@@ -77,7 +77,7 @@ Optional parameters can be used to customize the publish process.
- centralized: The raw data will copied only once. All other plots will reference this data via sym link.
- individual: The complete raw data will be copied to a folder for every plot, respectively.
Example:
`publish('/home/user/Documents/research_data', '/home/user/Documents/exported_data', FIG1, 'Energy_over_time')
`publish('/home/user/Documents/research_data', '/home/user/Documents/exported_data', FIG1, 'EnergyOverTime-Plot')
## Build
If you want to build PlotID yourself, follow these steps:
......
......@@ -3,7 +3,7 @@
Tag your matplotlib plot with an ID.
Functions:
TagPlot_matplotlib(figure object, string) -> list
tagplot_matplotlib(figure object, string) -> list
"""
import matplotlib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment