Skip to content
Snippets Groups Projects
Commit 4e155577 authored by M. Hock's avatar M. Hock
Browse files

fixxed the lowercase in the function call, compare issue #120

closes #120
parent de0fe5c2
No related branches found
No related tags found
1 merge request!72fixxed the lowercase in the function call, compare issue #120
Pipeline #669946 passed
...@@ -23,7 +23,7 @@ The **ProjectID** is your custom project number, it well be the prefix of the ID ...@@ -23,7 +23,7 @@ The **ProjectID** is your custom project number, it well be the prefix of the ID
`PlotID` works in two Steps: `PlotID` works in two Steps:
1. Tag the plot 1. Tag the plot
`[figs, IDs] = PlotId.TagPlot(figs, options)` `[figs, IDs] = PlotID.TagPlot(figs, options)`
2. Publish the plot and the associated data 2. Publish the plot and the associated data
`PlotID.Publish(DataPaths,scriptPath, figure, options)` `PlotID.Publish(DataPaths,scriptPath, figure, options)`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment