Skip to content
Snippets Groups Projects
Commit 18f89421 authored by Hock, Martin's avatar Hock, Martin
Browse files

Merge branch 'docs/casesensitivity' into 'master'

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

Closes #120

See merge request !72
parents 7a3a67e1 4e155577
No related branches found
No related tags found
1 merge request!72fixxed the lowercase in the function call, compare issue #120
Pipeline #669951 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