fixed some index entries

This commit is contained in:
2019-12-06 19:29:20 +01:00
parent 2a2e02b37e
commit 983ca0daea
6 changed files with 32 additions and 27 deletions

View File

@@ -93,7 +93,7 @@ number of datasets.
\subsection{Simple plotting}
Creating a simple line-plot is rather easy. Assuming there exists a
variable \varcode{y} in the \codeterm{Workspace} that contains the
variable \varcode{y} in the \codeterm{workspace} that contains the
measurement data it is enough to call \code[plot()]{plot(y)}. At the
first call of this function a new \codeterm{figure} will be opened and
the data will be plotted with as a line plot. If you repeatedly call